What is the use of a pause image in Kubernetes?

Viewed 4580

It seems that on Windows Kubernetes starts a pause image for each pod that is created. What is the purpose of this pause image? Where can I find more documentation about it?

1 Answers
Related