File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ drivers, but the functionality is somewhat limited.
35
35
36
36
Kubernetes supports many types of volumes. A {{< glossary_tooltip term_id="pod" text="Pod" >}}
37
37
can use any number of volume types simultaneously.
38
- Ephemeral volume types have a lifetime of a pod, but persistent volumes exist beyond
38
+ [ Ephemeral volume] ( /docs/concepts/storage/ephemeral-volumes/ ) types have a lifetime of a pod,
39
+ but [ persistent volumes] ( /docs/concepts/storage/persistent-volumes/ ) exist beyond
39
40
the lifetime of a pod. When a pod ceases to exist, Kubernetes destroys ephemeral volumes;
40
41
however, Kubernetes does not destroy persistent volumes.
41
42
For any kind of volume in a given pod, data is preserved across container restarts.
You can’t perform that action at this time.
0 commit comments