Skip to content

unagex/metabase-operator

Repository files navigation

Unagex Kubernetes Operator for Metabase

Go version Kubernetes Version Release Go Report Card

Features

  • Create Metabase instances defined as custom resources
  • Production-ready with dedicated database
  • Customize resources needed (cpu, ram) by Metabase
  • Update Metabase version and config (soon)

Quickstart

  1. Deploy the operator with helm
helm repo add metabase-operator-charts https://unagex.github.io/metabase-operator
helm repo update
helm install metabase-operator metabase-operator-charts/metabase-operator
  1. Deploy a basic Metabase
kubectl apply -f https://raw.githubusercontent.com/unagex/metabase-operator/main/config/samples/v1_metabase.yaml

⬇ See documentation below for more ⬇

Documentation