Installing a Ceph provider using Rook

Let's perform the following steps to get a Ceph scale-out storage solution up and running using the Rook project:

  1. Clone the Rook repository:
$ git clone https://github.com/rook/rook.git
$ cd rook/cluster/examples/kubernetes/ceph/
  1. Deploy the Rook Operator:
$ kubectl create -f common.yaml 
$ kubectl create -f operator.yaml
  1. Verify the Rook Operator:
$ kubectl get pod -n rook-ceph
NAME READY STATUS RESTARTS AGE
rook-ceph-operator-6b66859964-vnrfx 1/1 Running 0 2m12s
rook-discover-8snpm 1/1 Running 0 97s
rook-discover-mcx9q 1/1 Running 0 97s
rook-discover-mdg2s 1/1 Running 0 97s

Now you have learned how to deploy the Rook orchestration components for the Ceph provider running on Kubernetes.

..................Content has been hidden....................

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