== Persistent volumes ==
A persistent volume in Kubernetes is a cluster resource which can be requested by a container. For this, you have to claim a persistent volume (PV) using a persistent volume claim(PVC), which you apply in your namespace. The persistent volume claim can then be mounted to directories within a container.
On the cluster, there are two types of persistent volumes currently configured: