devops ppt
devops ppt
devops ppt
Bootcamp
Day 1
• What is Devops ?
• Lifecycle of Devops
• Understanding Linux
• Hands on Linux using AWS EC2 instances
Day 2
• Understanding CI/CD
• How CI/CD helps with deployment
• What is Jenkins ?
• Install and setup Jenkins
• Create your first pipeline
Day 5
• Unlike virtual machines (VMs), containers share the host OS kernel, making them more efficient.
• Docker is a platform that simplifies the creation, deployment, and running of containers.
• It allows developers to package applications with all their dependencies into a single container
image.
• Docker enables DevOps teams to build, ship, and run applications consistently across different
environments.
Why Containers in DevOps?
• Consistency: Developers can ensure the same application setup and environment
from local machines to production.
• What is Git ?
• Distributed Version Control System
• Track changes in file and enable collaboration
• What is Github ?
• A cloud based hosting for Git Repository
• Provides collaboration tools
Installing Git and account creation on Github
• EC2 instance
• Jenkins
• Docker
• Git
Structuring of Jenkins Pipeline
Github Repository Overview