Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 419 Bytes

eks.rst

File metadata and controls

26 lines (16 loc) · 419 Bytes

EKS

List Clusters

aws eks list-clusters | jq -r .clusters[]
devtest
mobileapi-prod
usermanagement-prod

Generate KUBECONFIG for Cluster

aws eks update-kubeconfig --name devtest
Updated context arn:aws:eks:ap-southeast-1:987654321:cluster/devtest in /home/mdminhazulhaque/.kube/config