deploying a web application to AWS EKS using Jenkins CI/CD pipeline.
- Jenkins with AWS and Docker plugins installed.
- AWS EKS cluster named 'dev-eks-cluster'.
- Docker image registry and credentials.
- Build the Docker Image: The Jenkins pipeline builds the Docker image and pushes it to the registry.
- Deploy to EKS: Updates the kubeconfig for EKS and applies the Kubernetes manifests.