Static Pods

A type of Pods that are directly created and managed by Kubelet instead of API server.
for instance, the Master Node runs it whole components like API server as Static Pods.
You put your pod definitions in /etc/kubernetes/manifests and kubelet automatically creates them.