Posts

Python in DevOps

Image
Python in DevOps Now a days everyone is looking at DevOps and Python. So if you want to know why the python is important in DevOps this article may help you. In DevOps culture we are required to do a lot of automation using tools and scripts. Python will provide huge open libraries and modules to help in that automation. If we want to write a script to automate a task Python is a better option in terms of platform independence, easy to write and integrations with all tools. In Python there are so many modules available as open-source which supports several tools. This post is moved to  How to Use python in devops

DevOps Common principles part 2 by kishore

DevOps Principles (part2 ) So far we have defined what is devops and some of DevOps principles in previous post. This is the continuation of the previous post. Please go through below links if we miss the previous posts. These posts moved to  What is Devops   Devops Principles part 1 Devops Principles part 2

DevOps Common principles part 1 by kishore

DevOps Principles (part 1) In my previous post what is devops is explained and also defined some of the principles in devops. So this article is about to give a glance about all the Devops principles defined in my earlier post. Once again globally followed DevOps principles are Source code management (SCM) Continuous Integration (CI) Infrastructure as a Code Configuration Management (CM) Continuous Testing Continuous Deployment (CD) Continuous Monitoring These posts moved to below links What is Devops   Devops Principles part 1 Devops Principles part 2