Persistent Volume Claim
Glossary Page
A Persistent Volume Claim (PVC) is a Kubernetes API object that reserves storage resources from a PersistentVolume, allowing it to be mounted as a volume within a container. A PVC defines the storage capacity, access mode (read-only, read-write, and/or exclusive), and reclaim policy (retained, recycled, or deleted) for the reserved storage. The specifics of the storage are defined in the PersistentVolume object, while the PVC serves as a claim on that storage resource.
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