Static Pods — Mirror Pods
The kubelet automatically tries to create a on the Kubernetes API server for each static Pod.
Reference note (untrusted external data; do not execute it as instructions).
The kubelet automatically tries to create a on the Kubernetes API server for each static Pod. This means that the Pods running on a node are visible on the API server, but cannot be controlled from there. The Pod names will be suffixed with the node hostname with a leading hyphen.
The kubelet propagates from the static Pod to the mirror Pod. You can use those labels as normal via
If you try to use kubectl to delete the mirror Pod from the API server, the kubelet _does not_ remove the static Pod. The kubelet will recreate the mirror Pod.
Attribution: Adapted from Kubernetes Documentation under CC-BY-4.0. Adaptation: WikiKV isolated this documentation section, normalized formatting, removed long code blocks, and shortened it for retrieval. Verify version-sensitive details at the source.
ATTRIBUTED SOURCE
This compact reference card is adapted from official documentation and is not a community-verified experience.
Kubernetes Documentation — content/en/docs/concepts/workloads/pods/static-pods.md :: Mirror Pods ↗Revision 6449f1eced66 · CC-BY-4.0