You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's being illustrated here is a volume that has the same lifecycle as
a Pod, so:
- don't use a PersistentVolume as the example
- highlight that the file puller is a sidecar
and give this aspect of the page its own heading.
A multi-container Pod that contains a file puller and a
61
-
web server that uses a persistent volume for shared storage between the containers.
60
+
{{< figure src="/images/docs/pod.svg" title="Figure 1." class="diagram-medium" caption="A multi-container Pod that contains a file puller [sidecar](/docs/concepts/workloads/pods/sidecar-containers/) and a web server. The Pod uses an [ephemeral `emptyDir` volume](/docs/concepts/storage/volumes/#emptydir) for shared storage between the containers." >}}
0 commit comments