Files
nexus/wiki/concepts/HPA.md
2026-04-19 14:51:38 +08:00

21 lines
426 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "HPA"
type: concept
tags: [Kubernetes, EKS, Auto-Scaling]
---
## Description
HPAHorizontal Pod Autoscaler是 Kubernetes 的水平 Pod 自动扩缩容功能,根据 CPU、内存或自定义指标自动调整 Pod 副本数。
## Related Concepts
- [[VPA]]
- [[EKS 可靠性]]
- [[KEDA]]
- [[Auto-scaling]]
## Related Entities
- [[EKS]]
- [[Kubernetes]]
## Connections
- [[HPA]] ← 实现 [[EKS 可靠性]]