Kubernetes

What are some use cases for using Static Pods?

Difficulty: unrated

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

Answer

One clear use case is running Control Plane Pods - running Pods such as kube-apiserver, scheduler, etc. These should run and operate regardless of whether some components of the cluster work or not and they should run on specific nodes of the cluster.