You are viewing the documentation for Metabase v0.33. The most recent docs version is v0.63.
Version v0.33 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.

Running Metabase on Kubernetes

This guide will help you install Metabase on Kubernetes using Metabase Helm chart

Prerequisites

Installing

To install with the release name my-release:

$ helm install --name my-release stable/metabase

Configuring

By default, backend database (H2) is stored inside container, and will be lost after container restart.

So we highly recommended to use MySQL or Postgres instead.

Copy these default configuration into a new file named metabase-config.yaml, then modify as your need.

Deploy Metabase using your config file:

$ helm install --name my-release -f metabase-config.yaml stable/metabase