Day 36: Managing Persistent volumes in your Deplpoyment
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 t...
pardeshiumesh.hashnode.dev2 min read