Static Pods

Difficulty: Advanced

Question

What are Static Pods?

Answer

Pods managed directly by the kubelet on a node, rather than by the API server. They are defined via local files on the node (e.g., in `/etc/kubernetes/manifests`).

Concepts covered

Kubelet, Control Plane