githubEdit

Rook

Rook

Introduction

...

Deploy By Container

Run On Docker

# https://hub.docker.com/r/rook/ceph/tags

Run On Kubernetes

[[cc-k8s|deploy by kubernetes manifest]]

# https://rook.io/docs/rook/v1.11/Getting-Started/quickstart/#tldr
git clone https://github.com/rook/rook.git
cd rook/deploy/examples
kubectl create -f crds.yaml -f common.yaml -f operator.yaml

# https://github.com/rook/rook/blob/release-1.11/deploy/examples/cluster-test.yaml
# create rook-cluster
kubectl create -f cluster-test.yaml

# verify the rook-ceph-operator and rook-cluster
kubectl -n rook-ceph get pod,crd

[[cc-helm|deploy by helm]]

deploy storageclass and use

Reference:

Last updated