What is purpose of pod-infra-container-image in kubernetes?
Official documentation says only:
The image whose network/ipc namespaces containers in each pod will use. (default "gcr.io/google_containers/pause-amd64:3.0")
but I don't understand exactly what it does and how it works in detail.
