Posts

Most popular DevOps tools

Image
Advantages of DevOps: Technically: Continuous software delivery Less complex problems to fix Faster resolution of problems Business aspects: Faster delivery of features More stable operating environments More time available to add value (rather than fix/maintain) Most popular DevOps tools: Git : Version Control System tool Jenkins : Continuous Integration tool Selenium : Continuous Testing tool Puppet, Chef, Ansible : Configuration Management and Deployment tools Nagios : Continuous Monitoring tool Docker : Containerization tool Jira - issue tracking Bitbucket - web-based version control repository  SonarQube - continuous inspection of code quality to perform automatic reviews Artifactory/Nexus - binary repository manager Chef / Puppet /Ansible - application-deployment tool How do all these tools work together Developers develop the code and this source code is managed by Version Control System tools like Git etc. Develope