DevOps Project - 2022: CI/CD with Jenkins Ansible Kubernetes
- Offered byUDEMY
DevOps Project - 2022: CI/CD with Jenkins Ansible Kubernetes at UDEMY Overview
Duration | 7 hours |
Total fee | ₹499 |
Mode of learning | Online |
Credential | Certificate |
DevOps Project - 2022: CI/CD with Jenkins Ansible Kubernetes at UDEMY Highlights
- Earn a certificate of completion from Udemy
- Learn from 1 downloadable resources and 3 articles
- Get full lifetime access of the course material
- Comes with 30 days money back guarantee
DevOps Project - 2022: CI/CD with Jenkins Ansible Kubernetes at UDEMY Course details
- For Anyone who wants to build CI/CD pipeline tools on Various DevOps tools
- For Anyone who wants to Enhance their skills in the DevOps domain
- Complete understanding of DevOps flow.
- Kubernetes setup on AWS cloud
- Setup DevOps CI/CD pipeline to build and deploy a real-time project
- In this course, we have created a complete CI/CD pipeline to run a java application
- In this learning journey, you have introduced tools like Github, Jenkins, maven, docker, ansible, and Kubernetes and learned how to integrate these tools to run a project in the real world
DevOps Project - 2022: CI/CD with Jenkins Ansible Kubernetes at UDEMY Curriculum
Introduction
Introduction
What do we cover
What is CI and CD
Resources to setup DevOps CI/CD pipeline
DevOps project source code
Quick tips to learn fast
CI/CD Pipeline using Git, Jenkins and Maven
Section Introduction
Setup Jenkins server
Run 1st Jenkins job
Integrate Git with Jenkins
Run Jenkins job to pull code from GitHub
Integrate Maven with Jenkins
Build a java project using Jenkins
Integrating Tomcat server in CI/CD pipeline
Section Introduction
Setup a Tomcat server
Integrate Tomcat with Jenkins
Deploy artifacts on a Tomcat server
Automate build and deploy using Poll SCM
Integrating Docker in CI/ CD Pipeline
Setup Docker environment
Create a Tomcat container
Fixing Tomcat container issue
Create a first Docker file
Create a customized Dockerfile for Tomcat
Integrate Docker with Jenkins
Jenkins job to build and copy artifacts on to dockerhost
Update Tomcat dockerfile to automate deployment process
Automate build and deployment on Docker container
Jenkins job to automate CI/CD to deploy application on docker container
Integrating Ansible in CI/CD pipeline
Section Introduction - Why do we need ansible
Ansible installation
Integrate Docker with Ansible
Integrate Ansible with Jenkins
Build an image and create container on Ansible
Ansible playbook to create image and container
Copy image on to dockerhub
Jenkins job to build an image onto ansible
How to create container on dockerhost using ansible playbook - DevOps Project
Continuous deployment of docker container using ansible playbook
Jenkins CI/CD to deploy on container using Ansible
Kubernetes on AWS
Section Introduction- Why Kubernetes
Kubernetes installation methods
EKS installation procedure
Setup bootstrap server for eksctl
Setup Kubernetes using eksctl
Run Kubernetes basic commands
Create 1st manifest file
Create a service manifest file
Using labels and selector