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:
parent
5c3e7955fb
commit
a1cde3f626
|
@ -7,7 +7,7 @@ weight: 110
|
||||||
{{% capture overview %}}
|
{{% capture overview %}}
|
||||||
|
|
||||||
This page shows how to use a Volume to communicate between two Containers running
|
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 %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
|
@ -141,6 +141,8 @@ the shared Volume is lost.
|
||||||
* See
|
* See
|
||||||
[Configuring a Pod to Use a Volume for Storage](/docs/tasks/configure-pod-container/configure-volume-storage/).
|
[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 [Volume](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#volume-v1-core).
|
||||||
|
|
||||||
* See [Pod](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core).
|
* See [Pod](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core).
|
||||||
|
|
Loading…
Reference in New Issue