Skip to main content

What is the internal difference between static Pods and normal Pods?

Senior Kubernetes
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.

Want to bookmark, take notes, or join discussions?

Sign in to access all features and personalize your learning experience.

Sign In Create Account

Source: SugharaIQ

Ready to level up? Start Practice