Debug School

pritesh kumar thamke
pritesh kumar thamke

Posted on

What are the list of DevOps Tools?

There are various tools available to support different aspects of the DevOps lifecycle. DevOps tools categorized based on their functions:

Version Control:
Git
GitHub
GitLab
Bitbucket

Continuous Integration (CI):
Jenkins
GitLab CI

Continuous Deployment/Delivery (CD):
Jenkins
GitLab CI/CD

Configuration Management:
Ansible
Puppet
Chef

Containerization and Orchestration:
Docker
Kubernetes
OpenShift

infrastructure as Code (IaC):
Terraform
AWS Cloud Formation

Monitoring and Logging:
Grafana
ELK Stack (Elasticsearch, Logstash, Kibana)
Nagios

Collaborative Development:
Jira

Security:
SonarQube

Top comments (0)