Kubernetes

Which of the following is not a static pod?:

Difficulty: unrated

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

Answer

kube-proxy - it's a DaemonSet (since it has to be presented on every node in the cluster). There is no one specific node on which it has to run.