Day 36 Task: Managing Persistent Volumes in Your Deployment π₯
What are Persistent Volumes in k8s?
Kubernetes persistent volumes (PVs) are a unit of storage provided by an administrator as part of a Kubernetes cluster. Just as a node is a compute resource used by the cluster, a PV is a storage resource.
Persiste...
potale.hashnode.dev3 min read