Quick Answer
Static Pods are managed by kubelet directly รขโฌโ defined as YAML files in a host directory (/etc/kubernetes/manifests). kubelet creates and monitors them without the API server รขโฌโ they survive even if etcd is down. Control plane components (kube-apiserver, etcd, controller-manager, scheduler) are typically static Pods. Normal Pods require the API server and are scheduler-managed.
Answer
Static Pods come from node filesystem and are managed only by kubelet; not stored in etcd.
S
SugharaIQ Editorial Team
Verified Answer
This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.