A StorageClass provides a way for administrators to describe the "classes" of storage they offer. Different classes might map to quality-of-service levels, backup policies, or to arbitrary policies determined by the cluster administrators. Kubernetes itself is unopinionated about what classes represent. This concept is sometimes called "profiles" in other storage systems.

Notice: Please configure the following setting in the physical or virtual systems which contain NFS service.

Install NFS related package

For Ubuntu Linux:

sudo apt install -y nfs-common nfs-kernel-server

For RHEL 7/8:

sudo yum install nfs-utils

Configure NFS storage

Notice: Please configure the following setting in other physical or virtual systems. You can use the ansible tool to set in the environment.

Use helm tool to install nfs storage plugin into Kubernetes system.