[k8s] Kubernetes Scheduling
ยท
Kubernetes
https://kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/ Kubernetes SchedulerIn Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that Kubelet can run them. Scheduling overview A scheduler watches for newly created Pods that have no Node assigned. For every Pod that the scheduler discovers, the schedulekubernetes.io์Šค์ผ€์ค„๋ง์ด๋ž€?์ฟ ๋ฒ„๋„คํ‹ฐ์Šค์—์„œ ์Šค์ผ€์ค„๋ง์ด๋ž€ kubelet์œผ๋กœ ์‹คํ–‰ํ•  ์ˆ˜..