Dynamic Volume Provisioning

Glossary Page

Dynamic volume provisioning is a feature in Kubernetes that enables users to request the automatic creation of storage Volumes. This eliminates the need for cluster administrators to pre-provision storage, as it automatically provisions storage when requested by users. Dynamic volume provisioning is based on a Kubernetes API object called StorageClass, which refers to a Volume Plugin that provisions a Volume along with a set of parameters to pass to the plugin.

https://kubernetes.io/docs/reference/glossary/?all=true external-link

Latest Webinars

Latest Articles