githubEdit

Rook

Rook

Introduction

...

Deploy By Container

Run On Docker

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

Run On Kubernetes

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

Deploy by Helm

deploy storageclass and use

Reference:

Last updated