Auto-sync: 2026-04-19 14:51
This commit is contained in:
22
wiki/concepts/VPA.md
Normal file
22
wiki/concepts/VPA.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "VPA"
|
||||
type: concept
|
||||
tags: [Kubernetes, EKS, Auto-Scaling]
|
||||
---
|
||||
|
||||
## Description
|
||||
VPA(Vertical Pod Autoscaler)是 Kubernetes 的垂直 Pod 自动扩缩容功能,根据实际使用情况自动调整 Pod 的资源请求(CPU、内存),但调整时会重启 Pod。
|
||||
|
||||
## Note
|
||||
与 HPA 不同,VPA 调整的是单个 Pod 的资源大小而非副本数。
|
||||
|
||||
## Related Concepts
|
||||
- [[HPA]]
|
||||
- [[EKS 可靠性]]
|
||||
|
||||
## Related Entities
|
||||
- [[EKS]]
|
||||
- [[Kubernetes]]
|
||||
|
||||
## Connections
|
||||
- [[VPA]] ← 实现 [[EKS 可靠性]]
|
||||
Reference in New Issue
Block a user