Kubernetes

True of False? The scheduler is responsible for both deciding where a Pod will run and actually running it

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

False. While the scheduler is responsible for choosing the node on which the Pod will run, Kubelet is the one that actually runs the Pod.