aws eks describe-nodegroup

From wikieduonline
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

aws eks describe-nodegroup  --cluster-name YOUR-CLUSTER --nodegroup-name YOUR-NODEGROUP --query 'nodegroup.scalingConfig'
aws autoscaling describe-auto-scaling-groups

Related

See also

Advertising: