Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.05 KB

eks.rst

File metadata and controls

54 lines (33 loc) · 1.05 KB

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

List NodeGroups for Cluster

aws eks list-nodegroups --cluster-name devtest
nodegroups:
- dev-nodes
- test-nodes
- argocd-nodes

Modify NodeGroups for Cluster

aws eks update-nodegroup-config --cluster-name devtest --nodegroup-name dev-nodes --scaling-config minSize=1,desiredSize=5,maxSize=10

Refresh EKS AutoScalingGroup Instances

aws autoscaling start-instance-refresh --auto-scaling-group-name eks-mycluster-20241119081040239300000001-fcc9a1bc-a1ef-54d4-d72f-b171eb5b0062