Day 36 : Managing Persistent Volumes in Your Deployment
What are Persistent Volumes in k8s?
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...
rksingh.hashnode.dev1 min read