Skip to content

Commit

Permalink
Add Ref to shared process namespaces (#14194)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
so0k authored and k8s-ci-robot committed Jun 11, 2019
1 parent 5c3e795 commit a1cde3f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}

Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit a1cde3f

Please sign in to comment.