Infrastructure Optimizer supports Amazon EKS 1.28 or newer.
If you don’t have an existing EKS cluster, you can use the following command to provision one that uses the eksctl
default cluster parameters:
Code Block | ||
---|---|---|
| ||
eksctl create cluster --name <cluster_name> |
The following tools are required to complete the integration setup:
kubectl - https://kubernetes.io/docs/tasks/tools/
eksctl - https://eksctl.io/
AWS CLI - https://aws.amazon.com/cli/
Helm - https://helm.sh
If you don’t have an existing EKS cluster, you can use the following command to provision one that uses the eksctl
default cluster parameters:
...
language | bash |
---|
...
EKS Nodegroup IAM
By default, the EKS node group should have the following AWS-managed IAM roles attached:
...