what
- Initial implementation of
terraform-aws-eks-cluster
why
-
To provision:
- EKS cluster
- IAM Role to allow the cluster to access other AWS services
- Security Group which is used by EKS workers to connect to the cluster and kubelets and pods to receive communication from the cluster control plane (see terraform-aws-eks-workers)
- The module generates
kubeconfig
configuration to connect to the cluster usingkubectl