copy Copy chevron-down
Connect your cluster Amazon Web Services (EKS) Connect your AWS Elastic Kubernetes Service clusters to Infra App.
Generating a config file
Create a config file entryarrow-up-right using the aws CLI. For example:
Copy aws eks --region < region-cod e > update-kubeconfig --name < cluster_nam e > You're done! Infra App should automatically switch to your cluster. You can switch to it at any time via the cluster dropdown:
Installing Metrics Server
AWS EKS clusters don't include metrics server by default, so real-time CPU & Memory usage metrics won't show out of the box with Infra App.
Follow the official guidearrow-up-right on the AWS docs site to install metrics server on your cluster.
Usage with custom profiles
In order to use a custom AWS profile to connect to your cluster, you'll need to edit your Kubernetes config file. This file is usually found in:
~/.kube/config on macOS and Linux
C:\Users\<your user>\.kube\config on Windows
Open this file and edit the relevant user object in the users: section. add an AWS_PROFILE environment variable .
Usage with aws-iam-authenticator
Older EKS clusters may use aws-iam-authenticator to generate tokens. If your cluster uses this make sure it's installedarrow-up-right before using Infra App.
Usage with aws-okta
Usage with aws-okta is not supported yet, but we are working on it.
Usage with aws-vault
Usage with aws-vault is not supported yet, but we are working on it.