Skip to content

unagex/immudb-operator

Repository files navigation

Unagex Kubernetes Operator for immudb

Go version Kubernetes Version Release Go Report Card

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

  1. 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
  1. 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 ⬇

Documentation