Managing Persistent Volumes in Your Deployment
In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an administrator. A Persistent Volume Claim (PVC) is a request for storage by a user. The PVC references the PV, and the PV is bound to a specif...
kshitijaa.hashnode.dev3 min read