Debug School

Cover image for What are the list of DevOps Tools?
Alok Sharma
Alok Sharma

Posted on

What are the list of DevOps Tools?

Devops tools act as a single tower, integrate and collaborate with multiple department like test, dev and ops. Avoid collision between multiple team task boundaries and time to time deliver the product to the customer in a professional manner.

PRE PRODUCTION

Planning and Requirement Gathering ⇨ JIRA Or Trello Or Servicenow
Programming ⇨ DotNet
Versioning ⇨
GitHub or Bitbucket or GitLab or TFS
Code Analysis ⇨ SonarQube or Fortify
Build Management ⇨ MsBuild
Unit Testing ⇨ Nunit
Packaging Management ⇨ MSI Or EXE
Repository Management ⇨
Nexus Or Artifactory Or Archiva Or Nuget Or Chocolatey
Development to QA, Staging, Preprod - Existing Server ⇨
Chef Or Puppet Or Ansible Or UDeploy Or Octopus Deploy
Deployment to QA, Staging, Preprod - Container ⇨ Docker
Acceptance Testing ⇨
Cucumber Or Selenium Or Uft Or Xunit
Code Coverage ⇨ DotCover or NCover
Continuous Integration ⇨ Jenkins or Spinnaker Or Jenkins x Or Bamboo Or Teamcity Or Travis

PRODUCTION

Deployment to Production - Existing Server ⇨
Chef Or Puppet Or Ansible Or UDeploy Or Octopus Deploy
Deployment to Production - Container ⇨ Kubernetes
Infrastructure Monitoring ⇨ Nagios or Zabbix or New Relic Infrastructure or Datadog
Log Monitoring ⇨ Splunk or ELBK
Performance Monitoring ⇨ New Relic or Appdynamics
Security ⇨ Appscan or SonarQube or Fortify

PLATFORM

Physical Server ⇨ WINDOWS or RHEL or UBUNTU or MAC
Virtualization Private ⇨ Vmware or Vagrant
Virtualization Public ⇨ AWS or Azure or Google Cloud
Containers ⇨ Docker or Kubernetes or Swarm or Docker EE

Top comments (0)