Which of the following is not a static pod?:
- kube-scheduler
- kube-proxy
- kube-apiserver
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.
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.