Install Apache Superset on Kubernetes

How to install Apache Superset on Kubernetes with use of Helm

Apache Superset Data exploration and visualization platform Apache Superset screenshot

Apache Superset Data exploration and visualization platform

64,796 GitHub stars

How to Install Apache Superset on Kubernetes with Helm

This guide will walk you through the process of installing Apache Superset using Helm, the Kubernetes package manager, ensuring a smooth and efficient setup.

Prerequisites

Before we begin, ensure you have the following tools installed and configured:

  • Kubernetes - Installed locally or in a public cloud provider
  • kubectl - Configured to communicate with your Kubernetes cluster
  • Helm - For managing Kubernetes applications like Apache Superset
  • Kubernetes Ingress controller - For accessing the installation on a url

Step 1: Add the Helm chart repository

First, add the repository containing the Apache Superset helm chart:

helm repo add superset https://apache.github.io/superset
helm repo update
helm search repo superset

Step 2: Create a namespace (optional)

Isolating applications within Kubernetes namespaces is a good practice. To deploy Apache Superset in its own namespace:

kubectl create namespace superset

Step 3: Install Wiki.js using Helm

Now, you'll install Apache Superset. The helm chart name is "superset":

helm install superset superset/superset --namespace superset --create-namespace

Step 4: Verify the installation

After installation, verify that your Wiki.js deployment is running smoothly:

kubectl get pods --namespace superset
kubectl get all --namespace superset

Step 5: Customize the Apache Superset installation (optional)

This process may require customizing your deployment through a customized values.yaml file, which specifies configuration options.

helm install superset superset/superset --values values.yaml --namespace superset

Step 6: Access Wiki.js

Accessing Wiki.js will depend on your chosen service configuration (LoadBalancer, NodePort, or Ingress). For Ingress access, ensure an Ingress controller is operational in your cluster.

Follow the instructions in the helm install notes, the output of Step 3.

We can install Apache Superset for you

Fully managed and 14 day free trial and 100% money back guarantee

Standard

$49 / month

  • Unlimited users
  • Unlimited charts
  • Unlimited dashboards
  • Databases: PostgreSQL, MySQL, MariaDB
  • Email support
  • Custom domain with SSL
Start free trial

Premium

$149 / month

  • Unlimited users
  • Unlimited charts
  • Unlimited dashboards
  • Databases: MS SQL Server, Oracle
  • Priority email support
  • Custom domain with SSL
  • Single Sign-On integrations
Start free trial

Custom

starts at $299 / month

  • Unlimited users
  • Unlimited charts
  • Unlimited dashboards
  • Databases: Other
  • Live chat (Slack) support
  • Custom domain with SSL
  • Single Sign-On integrations
  • Data migration
  • High availability (SLA)
  • Special requirements
Contact us

Annual Get 2 months for free, 17% discount on a yearly plan!

We love open source

We contribute 10% of our revenue back to 57 open source projects

Directly to projects, via GitHub Sponsors and Open Collective.