App Store template
Metabase icon

Metabase

Open source business intelligence and analytics platform for dashboards, SQL exploration, and self-service reporting.

Launch in your Sealos workspace.

Metabase template preview
Template previewFull screenshot
Template deployments
24 on Sealos
Deployment
Your own instance
Category
Database

About this template

Overview

Metabase is an open source business intelligence platform for dashboards, SQL exploration, and self-service analytics. This template deploys Metabase 0.61.3 with PostgreSQL, persistent plugin storage, and a public HTTPS endpoint on Sealos Cloud.

From the documentation

Metabase helps teams connect to databases, ask questions, build dashboards, and share analytics without requiring every user to write SQL. It works well for internal reporting, product analytics, operational metrics, and lightweight embedded BI workflows.

How to deploy Metabase

  1. Choose Deploy now to start Metabase in your Sealos workspace.
  2. Sign in to Sealos and review the template configuration in your workspace.
  3. Launch the template, then inspect the application status and resource cards in Canvas.

Resources to plan for

Start with the resources defined by the Metabase template. Review CPU, memory, persistent storage, and network allocations for every service in Canvas. Capacity needs depend on your data and workload; monitor usage as they grow.

Template configuration and setup

Access after deployment

Use the application URL or connection details shown in Canvas. Follow the deployment guide for first-time account setup or client configuration, and keep generated credentials available for that step.

Hosting and billing

Sealos monthly plans include compute, memory, storage, and traffic. Size your plan for all deployed services. Software licenses and external AI or API services may have separate terms and charges. Confirm the applicable plan and optional charges in Cost Center.

Compare Sealos resource plans
Read full documentationCollapse documentation

For current cloud charges, refer to Sealos plan pricing. Upstream documentation may reference earlier billing models.

Deploy and Host Metabase on Sealos

Metabase is an open source business intelligence platform for dashboards, SQL exploration, and self-service analytics. This template deploys Metabase 0.61.3 with PostgreSQL, persistent plugin storage, and a public HTTPS endpoint on Sealos Cloud.

Metabase Screenshot

About Hosting Metabase

Metabase helps teams connect to databases, ask questions, build dashboards, and share analytics without requiring every user to write SQL. It works well for internal reporting, product analytics, operational metrics, and lightweight embedded BI workflows.

This Sealos template runs Metabase as a StatefulSet and provisions a Kubeblocks PostgreSQL database for the Metabase application database. A persistent volume is mounted at /plugins so custom database drivers and plugin files can survive restarts.

Sealos also configures the Kubernetes Service, HTTPS Ingress, generated public URL, and App entry automatically. On first access, Metabase shows its setup flow so you can create the first administrator account and finish the workspace configuration.

Common Use Cases

  • Self-service BI: Let business users explore data, save questions, and build dashboards.
  • Operational dashboards: Track revenue, product usage, support queues, or infrastructure data from connected databases.
  • SQL exploration: Provide analysts with a browser-based SQL editor and shared result sets.
  • Embedded reporting: Share dashboards or questions with teammates and stakeholders.
  • Internal analytics portal: Centralize metrics across teams without running a large BI stack.

Dependencies for Metabase Hosting

The Sealos template includes the required runtime components: the Metabase container image, a PostgreSQL postgresql-16.4.0 database, a database initialization job for metabaseappdb, persistent plugin storage, a Kubernetes Service, an Ingress, and a Sealos App entry.

Deployment Dependencies
Implementation Details

Architecture Components:

This template deploys the following services:

  • Metabase Web Service: Runs metabase/metabase:v0.61.3 on port 3000 and serves the web UI, API, and background application tasks.
  • PostgreSQL: Kubeblocks-managed PostgreSQL postgresql-16.4.0 stores Metabase users, permissions, dashboard metadata, questions, and saved settings.
  • PostgreSQL Init Job: Creates the metabaseappdb database idempotently after PostgreSQL is ready.
  • Persistent Plugin Storage: A 1Gi volume mounted at /plugins keeps custom drivers and plugin files across restarts.
  • Ingress and App Entry: Sealos exposes Metabase through an HTTPS domain and creates a dashboard entry for direct access.

Configuration:

The template configures Metabase with PostgreSQL environment variables from the Kubeblocks connection Secret:

  • MB_DB_TYPE=postgres
  • MB_DB_DBNAME=metabaseappdb
  • MB_DB_HOST, MB_DB_PORT, MB_DB_USER, and MB_DB_PASS from ${{ defaults.app_name }}-pg-conn-credential
  • JAVA_OPTS=-XX:MaxRAMPercentage=75 -XX:InitialRAMPercentage=25 for stable JVM sizing inside the container limit

No required user inputs are needed during deployment. After the first administrator is created, database connections, users, SSO, email, and embedding settings are managed inside the Metabase admin interface.

License Information:

Metabase Open Source Edition is distributed under the AGPLv3 License. This Sealos template is provided as deployment configuration for Metabase and does not change the upstream application license.

Why Deploy Metabase on Sealos?

Sealos is an AI-assisted Cloud Operating System built on Kubernetes that unifies the entire application lifecycle, from development in cloud IDEs to production deployment and management. By deploying Metabase on Sealos, you get:

  • One-Click Deployment: Deploy Metabase, PostgreSQL, storage, networking, and the App entry from one template.
  • Zero Kubernetes Expertise Required: Use Kubernetes-backed reliability without writing manifests manually.
  • Persistent Storage Included: Keep Metabase metadata in PostgreSQL and plugin files on persistent storage.
  • Instant Public Access: Each deployment receives an HTTPS URL for setup, login, and dashboard sharing.
  • Easy Customization: Adjust resources, environment variables, and storage through the Sealos Canvas and AI dialog.
  • Pay-As-You-Go Resources: Start with a validated resource profile and scale when usage grows.

Deploy Metabase on Sealos and focus on analytics instead of infrastructure management.

Deployment Guide

  1. Open the Metabase template and click Deploy Now.
  2. Keep the default parameters unless you need a custom generated name or host.
  3. Wait for deployment to complete, typically 2-3 minutes. After deployment, you will be redirected to the Canvas. For later changes, describe your requirements in the AI dialog or click the relevant resource cards to modify settings.
  4. Open the generated Metabase URL from the App entry.
  5. Complete the first-run setup wizard:
    • Enter the first administrator's name, email address, and password.
    • Set the organization or site name.
    • Choose whether to connect your first analytics database immediately or skip and add it later.
    • Review usage data preferences and finish setup.
  6. After setup, use the same administrator email and password on the login page for future access.

Metabase does not create a public self-registration flow in this template. The first user created during setup becomes the administrator.

Configuration

After deployment, you can configure Metabase through:

  • Initial Setup Wizard: Creates the first administrator account and baseline site settings.
  • Metabase Admin Settings: Add data sources, users, groups, permissions, email, SSO, embedding, and localization settings.
  • Sealos AI Dialog: Describe environment, resource, or storage changes and let AI apply updates.
  • Resource Cards: Click the StatefulSet, PostgreSQL, Ingress, or storage cards in Canvas to inspect and adjust settings.

If you add custom database drivers, upload the driver JAR to /plugins and restart the Metabase workload. Keep database credentials inside Metabase or Sealos-managed settings instead of committing them to the template repository.

Scaling

To scale Metabase on Sealos:

  1. Open the Canvas for your Metabase deployment.
  2. Click the Metabase StatefulSet resource card.
  3. Increase CPU or memory when startup, migrations, dashboard rendering, or concurrent query activity requires more capacity.
  4. Increase PostgreSQL or storage resources if metadata or plugin usage grows.
  5. Apply the change and wait for the pod to become ready again.

The default application profile is 1 CPU and 2G memory. Live validation showed 1024Mi can fail during cold start or restart for Metabase 0.61.3, while 2G completed cold start, first-run setup, restart, and login checks.

Troubleshooting

The app opens the setup wizard

This is expected on a fresh deployment. Complete the wizard to create the first administrator account. After setup, unauthenticated visitors will see the login page.

The app is slow or restarts during startup

Metabase performs JVM startup and database migrations on cold start. Wait a few minutes during first deployment. If the workload restarts or dashboards are slow, increase memory first and then CPU from the StatefulSet resource card.

Cannot connect an analytics database

Verify the target database host, port, username, password, network access, and TLS requirements in Metabase Admin Settings. For databases that require custom JDBC drivers, place the driver file in /plugins and restart the workload.

Getting Help

Additional Resources

License

This Sealos template is provided under the repository's template license. Metabase Open Source Edition itself is licensed under AGPLv3.

From launch to everyday operations

Why deploy
on Sealos

A shorter path from an app you want to an app you can run. Sealos brings deployment and ongoing operations into one place.

  1. One-click deployment

    Start with a ready-made template. Review its configuration and launch from the Sealos console.

  2. Managed Kubernetes

    Run on managed infrastructure with built-in workload scheduling and recovery.

  3. Automatic HTTPS

    Give your application a public HTTPS endpoint with certificates managed for you.

  4. Persistent storage

    Keep application data on persistent volumes across container restarts.

  5. Room to grow

    Adjust CPU, memory, and replicas from the console as your workload changes.

One template. Connected resources.

You Get the Whole Stack

Sealos provisions the resources defined by your template and brings them together in your workspace.

  • App Service

    Container workloads with configurable CPU, memory, and replicas.

  • Public HTTPS URL

    An address for your app, with managed TLS certificates.

  • Database

    A database provisioned alongside your app when the template calls for one.

  • Persistent Volume

    Storage for the files and data your application needs to keep.

  • Environment Variables

    Application settings and secrets configured in one place.

  • Logs & Metrics

    Inspect container logs and resource usage from the console.

Resources and their configuration vary by template. Review the deployment form for this app’s exact setup.

Explore more production-ready templates.

More