Kubernetes Persistent Volumes
Kubernetes Persistent Volumes
Dynamic Provisioning
Kubernetes
Persistent Volumes
Volumes vs Persistent Volumes
Volumes exist in the context of specific Pods.
A Volume’s lifecycle is coupled to the Pod
that owns it. It allows safe use of storage
by all the containers in the Pod, but the
volume’s data will still be lost when the
Pod terminates.
Storage Requirements
PV and PVC
PV and PVC
The lifecycles of PVs and PVCs
Access Modes
Dynamic provisioning with
StorageClass
Dynamically provisioning PVs
Examples of PV Configs