Real-time End-to-end DevOps project: Deploying an EKS Cluster with Terraform and Jenkins
-
On AWS console Create S3 bucket with name "eks-n-jenkins"
-
Create an EC2 instance + Jenkins
-
Write tf code for EKS cluster
-
Push the code to Github
-
Create Jenkins pipeline -> EKS cluster
-
Deploy the changes to AWS
-
Implement a deployment file -> kubectl -> nginx -> accessing