Auto-sync: 2026-04-19 14:51
This commit is contained in:
21
wiki/concepts/HPA.md
Normal file
21
wiki/concepts/HPA.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: "HPA"
|
||||
type: concept
|
||||
tags: [Kubernetes, EKS, Auto-Scaling]
|
||||
---
|
||||
|
||||
## Description
|
||||
HPA(Horizontal Pod Autoscaler)是 Kubernetes 的水平 Pod 自动扩缩容功能,根据 CPU、内存或自定义指标自动调整 Pod 副本数。
|
||||
|
||||
## Related Concepts
|
||||
- [[VPA]]
|
||||
- [[EKS 可靠性]]
|
||||
- [[KEDA]]
|
||||
- [[Auto-scaling]]
|
||||
|
||||
## Related Entities
|
||||
- [[EKS]]
|
||||
- [[Kubernetes]]
|
||||
|
||||
## Connections
|
||||
- [[HPA]] ← 实现 [[EKS 可靠性]]
|
||||
Reference in New Issue
Block a user