Create a kubeconfig for Amazon EKS using AWS CLI

#Check AWS IAM Authenticator

$aws sts get-caller-identity

# Run AWS CLI update-config command to create or update your kubeconfig for your cluster

$aws eks update-kubeconfig –name <EKS_CLUSTER_NAME>

# Test your configuation

$kubectl get svc

  •  
  •  
  •  
  •  

Viet Luu has written 318 articles

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

We are thankful for your never ending support.

Leave a Reply