Day 1 assignment
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
What is devops?
Devops is a set of practices, tools and cultural philosophy that combines the development teams and operational teams.
10 advantages of devops
- Fast delivery
- Defects correction
- Team collaboration
- Continuous delivery
- Reducing the risk of change
- Quality of the product
- Continuous improvement
- Minimal cost production
- Improve the software performance
- Reliability
Top 10 tools used in devops
- Jenkins
- Docker
- Kubernetes
- Maven
- Git
- Puppet
- Chef
- Ansible
- Nagios
- Saltstack
How to implement devops ?
We can use Jenkins to implement CI/CD of the devops. Whenever developers build the application and make changes it will be automatically tested with testcase and upon successful testing it will be deployed to production server . We can integrate many plugins with jenkins such as gerrit and git . Applications can be deployed into containers and these containers can be managed by Kubernetes .