Persistent Volume
Glossary Page
A PersistentVolume (PV) is a Kubernetes API object that represents storage within a cluster. Unlike storage that is specific to an individual Pod, PVs are a general resource that persists beyond the lifecycle of any given Pod. The PV API abstracts the details of how storage is provided, separate from how it is consumed. PVs are primarily used in cases where storage can be pre-provisioned statically. However, when on-demand storage is required, Kubernetes utilizes PersistentVolumeClaims (PVCs) instead.
https://kubernetes.io/docs/reference/glossary/?all=true
Latest Webinars
Latest Articles
Blog post video test
Test
Read more
Tim Ganther
Mar 19, 2024
Block editor test
Block editor test
Read more
Tim Ganther
Jul 17, 2023
Integrate Keycloak, Kubeapps and Pinniped
Integrating kubeapps with Keycloak and Pinniped on the cloud can provide a secure and streamlined experience for managing applications in a Kubernetes environment.
Read more
Tim Ganther
Jun 12, 2023