Update index.md

This commit is contained in:
johndmulhausen
2016-05-19 16:58:01 -05:00
parent df43efcac4
commit 472e8751e2
+3
View File
@@ -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