From 472e8751e29f95a6fbca6cf2dae7521d646044c0 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Thu, 19 May 2016 16:58:01 -0500 Subject: [PATCH] Update index.md --- docs/user-guide/pods/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user-guide/pods/index.md b/docs/user-guide/pods/index.md index 8f0f7ef0d8..4958cad8da 100644 --- a/docs/user-guide/pods/index.md +++ b/docs/user-guide/pods/index.md @@ -56,6 +56,9 @@ that means that it exists as long as that pod (with that UID) exists. If that pod is deleted for any reason, even if an identical replacement is created, the related thing (e.g. volume) is also destroyed and created anew. +![pod diagram](/images/docs/pod.svg) +*A multi-container pod that contains a file puller and web server that use a persistent volume for storage.* + ## Motivation for pods ### Management