AWS
Last updated
Was this helpful?
Last updated
Was this helpful?
Follow to create an EKS cluster on AWS.
is a handy tool for creating Kubernetes clusters on AWS. Follow to create your cluster.
After creating the cluster, kops will create a new kubectl
context and set it as the active context. Note the name of the context as you will need it when configuring the Garden's Kubernetes plugin.
You can check that your cluster is ready by running:
IAM users or roles need the following AWS permissions to interact with your EKS cluster: eks:DescribeCluster eks:AccessKubernetesApi
You can select these when creating the policy through the UI, or with this JSON version:
You will also need a Kubernetes role and service account in the EKS cluster. This can be achieved with the aws-auth configmap. The . If you are interested in minimizing the permissions in the cluster, please take a look at our .