Node components run on every node, maintaining running pods and providing the Kubernetes runtime environment.
Source: https://kubernetes.io/docs/concepts/overview/components/#node-componentsarrow-up-right
Only kube-proxy pod and a network overlay pod are running on nodes, the rest of the pods (API server, scheduler, ...) are running on the master node
kube-proxy pod
network overlay pod
Last updated 6 years ago