kubernetes-pause is the minimal Kubernetes infrastructure container used to hold a pod's shared namespaces.
The Docker Hardened kubernetes-pause image packages the minimal Kubernetes pause infrastructure container used to
hold a pod's shared namespaces open. It intentionally does very little beyond remaining alive, handling signals as PID
1, and providing a small -v flag for version output.
For more details, visit the upstream Kubernetes source tree.