Persistant volume
- A persistant volume is a piece of storage in the cluster that has been provisioned by an administrator or dynamically provisioned using a storage class.
- user can create a persistant volume claim to request a persistant volume with specific storage capacity and access modes.
- 1:1 mapping between a persistant volume and a persistant volume claim.
storage class
- dynamically provisioned persistant volumes.