Send Feedback
Skip to content

KX Dashboards: Deployment Overview

KX Dashboards supports three deployment methods. Choose the one that fits your environment, then follow the linked guide to complete the setup.

Deployment methods

  1. Standard deploy. A minimal portable installation using a .zip file. The simplest path to get running; ideal for local development and evaluation.
  2. Deploy with Docker. Run KX Dashboards and its companion services as containers via Docker Compose.
  3. Deploy on Kubernetes. Production-grade deployment using a Helm chart into a Kubernetes cluster. Supports LoadBalancer access, local port-forwarding, and air-gapped installs.

Comparison

Standard Docker Kubernetes
Best for Dev / Evaluation Teams / Staging Production
Container runtime None Docker Any (k8s)
Setup complexity Low Medium High
Scaling Manual Compose scale Native / HPA
Air-gapped support Yes (.zip) With local images Yes (local chart)

Open KX Dashboards

Once deployed using any method, navigate to your server address in a browser. The Open Dashboards guide covers the initial workspace, connecting data sources, and adding your first components.