What are the pause containers?

后端 未结 4 1650
天命终不由人
天命终不由人 2021-02-07 07:19

In my IBM Cloud Private, I see several pause containers.

Can anyone explain the purpose of these? Normally, I can get to the bash shell in a running container but not th

4条回答
  •  一向
    一向 (楼主)
    2021-02-07 07:49

    The 'pause' container is a container which holds the network namespace for the pod. Kubernetes creates pause containers to acquire the respective pod’s IP address and set up the network namespace for all other containers that join that pod.

    You can access below links for details.

    https://groups.google.com/forum/#!topic/kubernetes-users/jVjv0QK4b_o

    https://www.ianlewis.org/en/almighty-pause-container

提交回复
热议问题