• Kubernetes PersistentVolume: Data cleanup on object deletion

    2 min read

    kubernetes PersistentVolume persistentVolumeReclaimPolicy

    A PersistentVolume is the abstract representation of storage as a resource within a Kubernetes cluster. The attributes describe the storage resource, it's underlying resource can either be a disk provisioned by the cloud you are using or something as simple as manually provisioned NFS disk

    On PersistentVolumes we can configure several reclaim policies to define how it's data removal is handled once the PersistentVolume object is deleted.

    12/01/2022

    Read more...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets