Slide 32
Slide 32 text
Kubernetes pod scheduling
● 클러스터에서 pod이 필요로 하는 리소스가 충분한 노드에 스케줄링됨
● Resource request/limit
○ request: pod 생성 시 필요로 하는 리소스
○ limit: pod이 최대로 사용할 수있는 리소스. 넘어가면 throttle되거나 OOMKilled
Node
requests:
memory: 1Gi / 4Gi
Node
requests:
memory: 3.5Gi / 4Gi
Pod
requests:
memory: 1Gi
limits:
memory: 2Gi