Managing Persistent Volumes in k8s Deployment
Persistent Volumes & Persistent Volume Claim (PV & PVC)
A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator or dynamically provisioned using Storage Classes.
It is a resource in the cluster j...
ojasj45.hashnode.dev2 min read