Difference between revisions of "Aws eks describe-nodegroup"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{lc}}
+
{{lc}}<code>[[aws eks describe-nodegroup]]</code> [https://awscli.amazonaws.com/v2/documentation/api/latest/reference/eks/describe-nodegroup.html doc]
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/eks/describe-nodegroup.html
 
  
 
  aws eks describe-nodegroup [[--cluster-name]]
 
  aws eks describe-nodegroup [[--cluster-name]]
Line 8: Line 7:
 
  aws eks describe-nodegroup --cluster-name your-cluster --nodegroup-name your-nodegroup-name | grep nodegroup-type
 
  aws eks describe-nodegroup --cluster-name your-cluster --nodegroup-name your-nodegroup-name | grep nodegroup-type
 
             "[[alpha.eksctl.io]]/nodegroup-type": "[[managed]]"
 
             "[[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 ==
 
== Related ==

Latest revision as of 07:49, 28 May 2026

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]

Advertising: