Skip to content

Commit 2a10536

Browse files
author
Niranjan Darshan
authored
Added navigational link for ephemeral and persistent volume (#40785)
* Added navigational link for ephemeral and persistent volume * Update volumes.md
1 parent cde5fbd commit 2a10536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ drivers, but the functionality is somewhat limited.
3535

3636
Kubernetes supports many types of volumes. A {{< glossary_tooltip term_id="pod" text="Pod" >}}
3737
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
3940
the lifetime of a pod. When a pod ceases to exist, Kubernetes destroys ephemeral volumes;
4041
however, Kubernetes does not destroy persistent volumes.
4142
For any kind of volume in a given pod, data is preserved across container restarts.

0 commit comments

Comments
 (0)