kube-scheduler

DevOps/Kubernetes

[Kubernetes][CKA] Kube Scheduler

kube-scheduler is responsible for scheduling pods on nodes. The kube-scheduler is only responsible for deciding which pod goes on which node. It doesn't actually place the pod on the nodes, that's the job of the kubelet. why do you need a scheduler? - filter nodes - rank nodes resource requirements and limits taints and tolerations node selectors/affinity Kube-Scheduler는 쿠버네티스 클러스터에서 파드의 효율적인 배치..

박한결
'kube-scheduler' 태그의 글 목록