DevOps Project 1

In this project, I am creating a CICD pipeline with the help of Jenkins, GitHub, Docker, Amazon ECR, Terraform & Kubernetes.

Step 1: Create a Jenkins server in the AWS account and open the 8080 port in the security group of the Jenkins server.

How to install Jenkins on Amazon Linux EC2 Machine

Step2: Install Docker, Git, AWS CLI, & kubelet in the Jenkins server

Step 3: Create a freestyle project in the Jenkins server, configure it with git, and paste the shell script in the script section. you will find the shell script in my GitHub repo.

https://github.com/shubhamm45/DevOps-Project/blob/main/DevOps_Project_1/execute.sh

Leave a Comment