Difference between revisions of "Kubernetes autoscaling"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
* [[GKE]]: <code>[[gcloud container clusters create --enable-autoscaling]]</code> | * [[GKE]]: <code>[[gcloud container clusters create --enable-autoscaling]]</code> | ||
* [[GKE]], [[Terraform]] <code>[[cluster_autoscaling]]</code> | * [[GKE]], [[Terraform]] <code>[[cluster_autoscaling]]</code> | ||
+ | * [[KMS]] | ||
== See also == | == See also == |
Revision as of 16:13, 22 November 2022
- Kubernetes Autoscaler: https://github.com/kubernetes/autoscaler
- Horizontal Pod Autoscaler (HPA)
- Vertical Pod Autoscaler (VPA)
- Kubernetes cluster-proportional-vertical-autoscaler
- Karpenter
Related
kubectl get hpa -A
PriorityClass
kubectl top
- GKE:
gcloud container clusters create --enable-autoscaling
- GKE, Terraform
cluster_autoscaling
- KMS
See also
Advertising: