aws eks describe-nodegroup
(Redirected from Describe-nodegroup)
Jump to navigation
Jump to search
aws eks describe-nodegroup doc
aws eks describe-nodegroup --cluster-name
aws eks list-clusters --output text | awk '{print $2}' | xargs -n1 aws eks describe-nodegroup --cluster-name
aws eks describe-nodegroup --cluster-name your-cluster --nodegroup-name your-nodegroup-name | grep nodegroup-type
"alpha.eksctl.io/nodegroup-type": "managed"
Autoscaling[edit]
aws eks describe-nodegroup --cluster-name YOUR-CLUSTER --nodegroup-name YOUR-NODEGROUP --query 'nodegroup.scalingConfig'
aws autoscaling describe-auto-scaling-groups
Related[edit]
See also[edit]
- EKS Nodegroup, Managed Node Groups (MNG),
eksctl upgrade nodegroup, aws eks [ list-nodegroups | describe-nodegroup | update-nodegroup-version | create nodegroup ], check eks resources (fish function) - AWS EKS:
AWS::EKS,aws eks [ create-cluster | list-clusters|describe-cluster|update-kubeconfig | list-updates | list-addons | update-cluster-version | update-nodegroup-version | get-token | create-addon | list-access-entries | list-associated-access-policies ], create-access-entry
Advertising: