Basic Tools require to implement DevOps.

krishankant singhal
1 min readFeb 14, 2019

--

Today DevOps is becoming industry standard, More and More organization are moving towards the DevOps. DevOps has different meaning for different people. but it has some tenants on Which everyone agree. That is CI/CD.Continuous integration and Delivery. DevOps help us to create a software delivery pipeline which automate the delivery from pushing the changes to Source Control to deployment in production.

And to implement this pipeline we require set of Tools, Without that it cannot be implement.

Those tools are

  1. Source Control ( Git, SVN)
  2. Automation Server (Jenkins, Travis CI ,Team City or GoCD)
  3. Unit Testing (Junit, Mockito, Jest, Enzyme)
  4. Code Quality( Sonar)
  5. Integration and E2E testing tool (Webdriver IO, Selenium)
  6. Security Check Tools (VeraCode ,CheckMarks)
  7. Containerization and Orchestration (Docker , Kubernettes)
  8. Configuration Management Software ( Ansibile ,Chef, Puppet)
  9. Monitoring Tools ( Nagios, prometheus)
  10. Log Searching ( Elk Stack, Splunk)

There are lot of tools like that which we require to implement to become a fully matured DevOps Company.

--

--

krishankant singhal
krishankant singhal

Written by krishankant singhal

Angular,Vuejs,Android,Java,Git developer. i am nerd who want to learn new technologies, goes in depth.

No responses yet