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

22
wiki/concepts/VPA.md Normal file
View File

@@ -0,0 +1,22 @@
---
title: "VPA"
type: concept
tags: [Kubernetes, EKS, Auto-Scaling]
---
## Description
VPAVertical Pod Autoscaler是 Kubernetes 的垂直 Pod 自动扩缩容功能,根据实际使用情况自动调整 Pod 的资源请求CPU、内存但调整时会重启 Pod。
## Note
与 HPA 不同VPA 调整的是单个 Pod 的资源大小而非副本数。
## Related Concepts
- [[HPA]]
- [[EKS 可靠性]]
## Related Entities
- [[EKS]]
- [[Kubernetes]]
## Connections
- [[VPA]] ← 实现 [[EKS 可靠性]]