Difference between revisions of "Kubernetes Cluster Autoscaler"

From wikieduonline
Jump to navigation Jump to search
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
Kubernetes Cluster Autoscaler
 
* https://github.com/kubernetes/autoscaler
 
* https://github.com/kubernetes/autoscaler
 +
 +
* <code>[[k8s.io/cluster-autoscaler/]]</code>
  
 
  kubectl get pods -A | grep autoscaler
 
  kubectl get pods -A | grep autoscaler
  [[cluster-autoscaler]]              cluster-autoscaler-86cff49dd4-7tch7                       1/1    Running  1  
+
  [[cluster-autoscaler]]              cluster-autoscaler-86cff49xx4-6tcht                       1/1    Running  1  
 
  (109d ago)    123d
 
  (109d ago)    123d
 +
 +
[[helm list -A]] | grep autoscaler
 +
cluster-autoscaler            cluster-autoscaler          1      2022-06-06 11:11:42.560486 +0200 CEST  deployed cluster-autoscaler-[[9.16.2]]        1.23.0
  
 
   autoScaler:
 
   autoScaler:
Line 9: Line 15:
 
     min: 2
 
     min: 2
 
     max: 20
 
     max: 20
 +
 +
[[kubectl get pods -n cluster-autoscaler -o yaml cluster-autoscaler-0987654321]]
 +
 +
[[kubectl get events]] -o yaml | grep message
 +
  message: '0/2 nodes are available: 2 Insufficient cpu.'
 +
  message: 'pod didn''t trigger scale-up: '
  
 
== Related terms ==
 
== Related terms ==
 
* [[Horizontal Pod Autoscaler (HPA)]]
 
* [[Horizontal Pod Autoscaler (HPA)]]
 +
* [[Kubernetes Vertical Pod Autoscaler (VPA)]]
 +
* [[Karpenter]]
 
* <code>[[kubectl scale deployment]]</code>
 
* <code>[[kubectl scale deployment]]</code>
* [[Karpenter]]
 
 
* <code>[[autoScaler:]]</code>
 
* <code>[[autoScaler:]]</code>
 +
* <code>[[FailedScheduling]]</code>
 +
* [[Control Plane]]
 +
 +
== Activities ==
 +
* Read https://docs.aws.amazon.com/eks/latest/userguide/autoscaling.html#cluster-autoscaler
  
 
== See also ==
 
== See also ==
 +
* {{Kubernetes Autoscaler}}
 
* {{HPA}}
 
* {{HPA}}
 
* {{Kubernetes autoscaling}}
 
* {{Kubernetes autoscaling}}
  
 
[[Category:Kubernetes]]
 
[[Category:Kubernetes]]

Latest revision as of 16:13, 2 October 2024

Advertising: