스케일링 동작
Pod Pending에서 노드 프로비저닝까지
Consolidation 동작
WhenEmpty 정책
apiVersion: karpenter.sh/v1
kind: NodePool
metadata:
name: when-empty-example
spec:
template:
spec:
requirements:
- key: karpenter.k8s.aws/instance-category
operator: In
values: ["m", "c"]
nodeClassRef:
group: eks.amazonaws.com
kind: NodeClass
name: default
disruption:
consolidationPolicy: WhenEmpty
consolidateAfter: 30s # 빈 상태로 30초 후 제거WhenEmptyOrUnderutilized 정책
Drift 감지 및 교체
Expiration 기반 노드 갱신
스케일링 지연 시간 최적화
빠른 프로비저닝을 위한 NodeClass 설정
프로비저닝 속도 최적화 팁
최적화 항목
설명
예상 개선
마지막 업데이트