반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- CI/CD
- Pulumi
- opentelemetry
- Kubeflow
- keda
- Litmus
- nginx ingress
- Kubernetes 인증
- CANARY
- argocd
- opensearch
- serving
- 오퍼레이터
- seldon core
- Continuous Deployment
- Argo
- blue/green
- mlops
- tekton
- Model Serving
- eBPF
- xdp
- kubernetes operator
- MLflow
- gitops
- Kubernetes
- 카오스 엔지니어링
- Kopf
- knative
- operator
Archives
- Today
- Total
목록Vertical Pod Autoscaler (1)
Kubernetes 이야기

Kubernetes에서는 3가지의 오토스케일을 사용하여 확장 처리를 할 수 있다. HPA ( Horizontal Pod Autoscaler ) : Pod를 수평적으로 확장한다. 즉, pod의 cpu나 mem 이 임계치 이상 사용하면 pod 개수를 늘리는 것이 HPA이다. CA ( Cluster Autoscaler ) : 클러스터의 노드 수를 조정한다. Cluster Autoscaler는 노드에 Pod를 실행할 리소스가 부족한 경우 노드를 자동으로 추가하거나 제거한다. VPA ( Verical Pod Autoscaler ) : Pod에 있는 컨테이너 리소스 요청 및 제한을 조정한다. 이중 Kubernetes는 VPA (Vertical Pod Autoscaler)에 대해 알아보자. Pod를 생성할 때 Pod..
Kubernetes/일반
2022. 4. 9. 17:37