AZURE Setting Up Azure CLI on Ubuntu Linux devopscubeDecember 8, 20150 Azure has a great web interface called azure portal for performing all the functions. But if you prefer command line...
AWS AWS Codecommit Tutorial – Beginners Guide devopscubeDecember 3, 20151 In a normal private environment , if you want to host your code using solutions like gitlab, Atlassian stash etc, you...
TROUBLESHOOTING [Solution] gnutls_handshake() failed GIT repository – AWS codecommit devopscubeDecember 3, 20152 Note: This solution is not just limited to codecommit but also for other Ubuntu gnults_handshake related issues. If...
COMMON How To Monitor Docker Containers – Host Based Monitoring devopscubeDecember 1, 20151 It is important to get visibility in to status and health of docker environments as the deployments grow larger. In...
ANALYTICS How to setup ELK stack on Amazon EC2 – Getting Started Guide devopscubeNovember 23, 20153 ELK is the most popular log aggreration and analysis stack. ELK stands for Elasticsearch, Logstash and...
AUTOMATION Chef Cookbook Testing Tutorial – Getting Started Guide devopscubeNovember 5, 20150 The best way to develop chef cookbooks is by following the test driven development. Your cookbooks should be...
COMMON Docker Machine Tutorial : Getting Started Guide devopscubeAugust 22, 20152 You all might have had that moment like “ Ahh man! I have to execute all these commands again!!”. And if you are...
DEVOPS Git Basics Every Developer and Administrator Should Know devopscubeAugust 14, 20150 Version control systems are repositories used to version your code/scripts in a collaborative manner with the...
DEVOPS Docker Networking Tutorial : Connect Containers Across Hosts Using Weave devopscubeJune 16, 20151 Weave connects containers across hosts by creating a virtual network. It also has a DNS service which helps in...
DOCKER How To Link Docker Containers Across Hosts – The Ambassador Pattern devopscubeApril 7, 20151 One of the limitations of Docker is that they cannot link containers across hosts using the native link feature....
DEVOPS Devops Trends 2015 : How it Becomes Mainstream Bibin WilsonMarch 15, 20151 People are still confused about the term Devops. Devops is a philosophy, where developers and operations team work...
AWS AWS security Tips : 16 Things to Do for Securing your AWS Account devopscubeMarch 11, 20150 Most of the developers and system admins start with the AWS one-year free tier account. There were many hacking...
COMMON Getting Started With Docker : Working With Containers devopscubeMarch 10, 20153 To understand how docker works, you can refer this article, which will give you an introduction about docker and how it...
AWS How To Setup GUI For Amazon EC2 Linux Instance devopscubeFebruary 17, 201513 Amazon ec2 Linux instances do not come with a GUI. By default, you need terminal access for all application...