Add Ref to shared process namespaces (#14194)

* Add Ref to shared process namespaces

The article talking about ways container can talk to each other should include shared process namespace as a method

* Drop note on kube version in reference
This commit is contained in:
so0k 2019-06-11 09:52:15 +07:00 committed by Kubernetes Prow Robot
parent 5c3e7955fb
commit a1cde3f626
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ weight: 110
{{% capture overview %}}
This page shows how to use a Volume to communicate between two Containers running
in the same Pod.
in the same Pod. See also how to allow processes to communicate by [sharing process namespace](/docs/tasks/configure-pod-container/share-process-namespace/) between containers.
{{% /capture %}}
@ -141,6 +141,8 @@ the shared Volume is lost.
* See
[Configuring a Pod to Use a Volume for Storage](/docs/tasks/configure-pod-container/configure-volume-storage/).
* See [Configure a Pod to share process namespace between containers in a Pod](/docs/tasks/configure-pod-container/share-process-namespace/)
* See [Volume](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#volume-v1-core).
* See [Pod](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core).