Dynamic Provisioning | vSphere Storage for Kubernetes - 0 views
-
Storage Policy based Management (SPBM). SPBM provides a single unified control plane across a broad range of data services and storage solutions
-
Kubernetes StorageClasses allow the creation of PersistentVolumes on-demand without having to create storage and mount it into K8s nodes upfront
-
When a PVC is created, the PersistentVolume will be provisioned on a compatible datastore with the most free space that satisfies the gold storage policy requirements.
- ...2 more annotations...