kubectl create -f ceph/common.yaml
kubectl create -f ceph/operator.yaml
# verify the rook-ceph-operator is in the `Running` state before proceeding
kubectl -n rook-ceph get pod
kubectl create -f ceph-cluster-crd.yaml
kubectl create -f mysql.yaml
kubectl create -f wordpress.yaml
# Get the NodePort for the service
kubectl get svc/wordpress -n default
Open the browser to http://(worker-node-ip):(node-port)
kubectl apply -f ceph-dashboard-svc.yaml