6 items with this tag.
The storage abstractions that separate container lifecycle from data lifecycle.
A Volume is storage mounted into a Pod. Its lifetime and backend depend on the volume type.
PersistentVolume is supply. PersistentVolumeClaim is demand. Binding connects app needs to storage capacity.
StorageClass is a menu item. Dynamic provisioning turns a PVC into backend storage without manual PV pre-creation.
Ephemeral storage is useful local space with a short memory. It is for runtime needs, not durable truth.
Snapshots are a storage API boundary, not a universal restore guarantee.