DEVOPS
FULL COURSE
MODULES
• 1. Devops Overview
• 2. Version control using git and github
• 3. Continuous integration using Jenkins
• 4. Docker
• 5. Kubernetes
• 6. Ansible
• 7. Puppet
• 8. Continuous Monitoring using Nagios
Before Devops
Devops Overview
Git Basic Commands
• 1. git remote add origin “git@github.com:................”
• 2. git pull origin master
• 3. git push origin master
• 4. git checkout chapter.txt //To back the previous ver.
• git checkout 802d31 chapter.txt //After commit back.
• 5. git diff chapter.txt // To check the difference
Git Basic Commands
• 1. git branch newbranch
• 2. git checkout newbranch //switch to newbranch
• 3. git checkout master //switch to master
• 4. git merge newbranch
• 5. git rebase newbranch
Version control Using Git and Git hub
Continuous integration using Jenkins
Introduction to Docker
Kubernetes
Contaniers management tool
Kubernetes
Configuration Management Tools
Ansible
Introduction to Puppet
Continuous Monitoring
using Nagios
Devops
Devops
Devops
Devops
Devops
Devops
Devops
Devops

Devops