📄 The terraform available on this repository creates an EKS Cluster and all necessary infrastructure around it. It is used in most of the labs and guides published on contains(cloud) ☁️.
📍 K8s version: 1.31
📝 Features activated:
✓ Public access
✓ CoreDNS
✓ VPC CNI
To create and connect to the EKS cluster, perform the following steps:
-
aws sso login --profile <my-profile>
-
Run terraform
terraform init terraform plan terraform apply
-
Connect to the EKS
aws eks update-kubeconfig --name <eks-name>
This code is licensed under the MIT License.