Update horizontal-pod-autoscale.md

With `v2beta2` controller can take replication decision on memory and custom metric utilisation as well.
This commit is contained in:
Suhel Khan
2021-02-15 11:14:18 +05:30
committed by GitHub
parent f2afde1e71
commit b4cb812a1d
@@ -23,9 +23,7 @@ Pod Autoscaling does not apply to objects that can't be scaled, for example, Dae
The Horizontal Pod Autoscaler is implemented as a Kubernetes API resource and a controller. The Horizontal Pod Autoscaler is implemented as a Kubernetes API resource and a controller.
The resource determines the behavior of the controller. The resource determines the behavior of the controller.
The controller periodically adjusts the number of replicas in a replication controller or deployment The controller periodically adjusts the number of replicas in a replication controller or deployment to match the observed metrics such as average CPU utilisation, average memory utilisation or any other custom metric to the target specified by the user.
to match the observed average CPU utilization to the target specified by user.