loading...empty;done;/kubernetes-volume-provisioner/:-uriKubernetes Volume Provisioner | iNET.elastic Dev Docs

Kubernetes Cluster: Volume Provisioner

Kubernetes Cluster implements persistent data with the help of Persistent Volumes (PV) and Persistent Volume Claims (PVC). PV is storage provisioned by an administrator, which is similar to Volumes but with lifecycle independent of any individual pod. PVC is a request for the PV storage with a specific size and access mode.

The platform allows automatically configure NFS volume provisioner during installation. Such a solution automatically provision a persistent volume each time PVC is created. Thus, there is no need to set up PVs with desired AccessMode or StorageClass manually.

kubernetes cluster add nfs storage

Tip: The platform implementation of the NFS volume provisioner for the Kubernetes Cluster package uses a dedicated Shared Storage Container. You can find it in the environment topology.

kubernetes cluster volumes provisioning

The iNET.elastic-dynamic-volume is a default StorageClass in Kubernetes Cluster. Herewith, all data is stored in the /data directory.

What’s next?