Managing Persistent Volumes in Kubernetes
What are Persistent Volumes in k8s?
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 just like a node is a c...
mizanf123.hashnode.dev3 min read