Installing an NFS provisioner using OpenEBS

OpenEBS provides an NFS provisioner that is protected by the underlying storage engine options of OpenEBS. Let's perform the following steps to get an NFS service with OpenEBS up and running:

  1. Clone the examples repository:
$ git clone https://github.com/k8sdevopscookbook/src.git
$ cd src/chapter5/openebs
  1. In this recipe, we are using the openebs-jiva-default storage class. Review the directory content and apply the YAML file under the NFS directory:
$ kubectl apply -f nfs
  1. List the PVCs and confirm that a PVC named openebspvc has been created:
$ kubectl get pvc
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
openebspvc Bound pvc-9f70c0b4-efe9-4534-8748-95dba05a7327 110G RWO openebs-jiva-default 13m
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.119.19.174