Deploy Metabase
1. Prerequisites
A running Kubernetes cluster
A PostgreSQL instance running in the cluster
API Gateway (APISIX)
2. Deploy Metabase
In the CX4.X/kubernetes/directory
Customise values.yaml
helm upgrade --install=true --debug --namespace=metabase --create-namespace --values helm-values/cx-metabase-custom-values.yaml metabase expertflow/metabase --version 5.0
Check Pod
kubectl get pod -n metabase
Access Metabase
Open your browser and go to:
https://<FQDN>/metabase
You should see the Metabase setup page.
Follow this guide to set up Metabase.