This project deploys the plain old nginx container in EKS. Terraform modules are made of use for basic networking and setting up the EKS cluster.
- Clone this repo
- Make sure you have terraform installed and AWS credentials set. This code is tested against terraform version 1.5.1
- Run 'terraform apply', Enter 'yes' when prompted.
- You should see an output which will contain the hostname of the nginx service deployment and in the current directory there will be a kubeconfig file created which can be used to access the Kubernetes cluster.