Merge pull request #6585 from ttz21/hpa

Add Horizontal Pod Autoscaler glossary term and make HPA terminology …
This commit is contained in:
Jessica Yao
2017-12-07 13:07:50 -08:00
committed by GitHub
4 changed files with 26 additions and 11 deletions
@@ -0,0 +1,15 @@
id: horizontal-pod-autoscaler
name: Horizontal Pod Autoscaler
full-link: /docs/tasks/run-application/horizontal-pod-autoscale/
aka:
- HPA
related:
- pod
tags:
- operation
short-description: >
An API resource that automatically scales the number of pod replicas based on targeted CPU
utilization or custom metric targets.
long-description: >
HPA is typically used with replication controllers, deployments or replica sets and cannot be
applied to objects that cannot be scaled, for example DaemonSets.