Installation¶

The CrateDB Kubernetes Operator makes use of Kubernetes’ Custom Resources. Therefore, in order to use the operator, one needs to install the CrateDB custom resource:

$ kubectl create -f deploy/crd.yaml
customresourcedefinition.apiextensions.k8s.io/cratedbs.cloud.crate.io created