Skip to content

Releases: cloudposse/terraform-aws-eks-cluster

0.1.0

21 Sep 17:13
7810083
Compare
Choose a tag to compare

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 using kubectl