Skip to content

Instantly share code, notes, and snippets.

@afreeland
Last active June 30, 2022 14:55
Show Gist options
  • Save afreeland/b7f8f792cdec3fec0d30c9f5bcf2624d to your computer and use it in GitHub Desktop.
Save afreeland/b7f8f792cdec3fec0d30c9f5bcf2624d to your computer and use it in GitHub Desktop.
# List clusters
aws eks list-clusters
# You may need to target different profiles
AWS_PROFILE={account-profile-name-here} aws eks list-clusters
# Update kubeconfig with cluster info
aws eks update-kubeconfig --name {cluster-name-here}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment