Skip to content

The CrateDB Kubernetes Operator provides a convenient way to run CrateDB clusters inside Kubernetes.

License

Notifications You must be signed in to change notification settings

crate/crate-operator

This branch is 45 commits ahead of, 621 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4422088 · Mar 17, 2025

History

45 Commits
Sep 21, 2022
Mar 17, 2025

Repository files navigation

Crate operator Kubernetes Helm charts

Charts

Install CrateDB by using the operator.

Charts Description
crate-operator CrateDB operator.
crate-operator-crds CrateDB Custom Resource Definitions (CRDs) for Crate operator.

Usage

Add the repo:

helm repo add crate-operator https://crate.github.io/crate-operator

List the charts:

helm search repo crate-operator

Install the chart:

helm install crate-operator/<chart_name>

See Helm docs for further usage.