Debug School

Hugo
Hugo

Posted on

3. What are the list of DevOps Tools?

There are many tools available. The choice of specific tools depends on project requirements, team preferences, and the technology stack being used. Some tools are (google search):

  • Version Control Systems:

Git
Subversion (SVN)
Mercurial

  • Continuous Integration/Continuous Deployment (CI/CD):

Jenkins
CircleCI
Travis CI
GitLab CI/CD
Azure DevOps (formerly known as Visual Studio Team Services)
Bamboo

  • Configuration Management:

Ansible
Puppet
Chef
SaltStack

  • Infrastructure as Code (IaC):

Terraform
AWS CloudFormation
Azure Resource Manager
Google Cloud Deployment Manager

  • Containerization and Orchestration:

Docker
Kubernetes
Docker Compose
Amazon Elastic Container Service (ECS)
Google Kubernetes Engine (GKE)
Azure Kubernetes Service (AKS)

  • Monitoring and Logging:

Prometheus
Grafana
ELK Stack (Elasticsearch, Logstash, Kibana)
New Relic
Datadog
Splunk

  • Collaboration and Communication:

Slack
Microsoft Teams
Jira
Confluence

  • Testing and Quality Assurance:

Selenium
JUnit
SonarQube
JMeter
Cucumber

  • Cloud Providers:

Amazon Web Services (AWS)
Microsoft Azure
Google Cloud Platform (GCP)

  • Security:

HashiCorp Vault
Sonatype Nexus
Twistlock

Top comments (0)