Auto-sync: 2026-04-19 14:51

This commit is contained in:
2026-04-19 14:51:38 +08:00
parent 5ee507c33a
commit fc0dde291f
103 changed files with 3687 additions and 12 deletions

21
wiki/concepts/HPA.md Normal file
View File

@@ -0,0 +1,21 @@
---
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 可靠性]]