Files
website/content/zh/docs/reference/glossary/horizontal-pod-autoscaler.md
2020-12-01 10:25:54 +08:00

1.7 KiB
Raw Permalink Blame History

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Pod 水平自动扩缩器(Horizontal Pod Autoscaler horizontal-pod-autoscaler 2018-04-12 /zh/docs/tasks/run-application/horizontal-pod-autoscale/ Pod 水平自动扩缩器(Horizontal Pod Autoscaler)是一种 API 资源,它根据目标 CPU 利用率或自定义度量目标扩缩 Pod 副本的数量。
HPA
operation

Horizontal Pod AutoscalerPod 水平自动扩缩器)是一种 API 资源,它根据目标 CPU 利用率或自定义度量目标扩缩 Pod 副本的数量。

HPA 通常用于 {{< glossary_tooltip text="ReplicationControllers" term_id="replication-controller" >}} 、{{< glossary_tooltip text="Deployments" term_id="deployment" >}} 或者 {{< glossary_tooltip text="ReplicaSets" term_id="replica-set" >}} 上。 HPA 不能用于不支持扩缩的对象,例如 {{< glossary_tooltip text="DaemonSets" term_id="daemonset" >}}。