Files
website/content/en/docs/reference/glossary/horizontal-pod-autoscaler.md
T
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00

807 B
Executable File

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Horizontal Pod Autoscaler horizontal-pod-autoscaler 2018-04-12 /docs/tasks/run-application/horizontal-pod-autoscale/ An API resource that automatically scales the number of pod replicas based on targeted CPU utilization or custom metric targets.
operation

An API resource that automatically scales the number of pod replicas based on targeted CPU utilization or custom metric targets.

HPA is typically used with {{< glossary_tooltip text="Replication Controllers" term_id="replication-controller" >}}, {{< glossary_tooltip text="Deployments" term_id="deployment" >}}, or Replica Sets. It cannot be applied to objects that cannot be scaled, for example {{< glossary_tooltip text="DaemonSets" term_id="daemonset" >}}.