KB: Volumes (PersistentVolume) PV and (PersistentVolumeClaim) PVC
Step-1: Create PV (PersistentVolume)
Step-2: Create PVC (PersistentVolumeClaim) to bind and claim the storage from PV
Things to note:
- PVC Binding might fail if the AccessModes are not correct.
References:
- https://dev.to/otomato_io/how-to-use-pre-existing-disk-as-a-k8s-persistent-volume-for-a-gke-cluster-3phd
- https://kubernetes.io/docs/concepts/storage/persistent-volumes/
Comments
Post a Comment