Kubernetes

You try to run a Pod but it's in "Pending" state. What might be the reason?

Difficulty: unrated

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

Answer

One possible reason is that the scheduler which supposed to schedule Pods on nodes, is not running. To verify it, you can run kubectl get po -A | grep scheduler or check directly in kube-system namespace.