Amazon Web Services (EKS)
Connect your AWS Elastic Kubernetes Service clusters to Infra App.
Last updated
Was this helpful?
Was this helpful?
users:
- name: arn:aws:eks:us-east-1:00919287195771:cluster/example-cluster
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
args:
- --region
- us-east-1
- eks
- get-token
- --cluster-name
- example-cluster
command: aws
# Add these lines to your KubeConfig
env:
- name: AWS_PROFILE
value: <your profile>