Awesome
Unagex Kubernetes Operator for immudb
Features
- Create immudb clusters defined as custom resources
- Customize storage provisioning for AWS, GCP, AZURE, ...
- Update immudb version and config (soon)
- Export metrics to Prometheus
Quickstart
- Deploy the operator with helm
helm repo add immudb-operator-charts https://unagex.github.io/immudb-operator
helm repo update
helm install immudb-operator immudb-operator-charts/immudb-operator
- Deploy a basic immudb database
kubectl apply -f https://raw.githubusercontent.com/unagex/immudb-operator/main/config/samples/v1_immudb.yaml
⬇ See documentation below for more ⬇