Back to Docs

Installation

Zenithdata is a SaaS platform—no installation required for most users.

Cloud (Recommended)

Zenithdata is fully managed in the cloud. Simply sign up and connect your data sources—no installation needed.

Self-Hosted (Enterprise)

For enterprises requiring on-premises deployment, we offer self-hosted options:

  • Kubernetes: Helm chart deployment
  • Docker: Docker Compose for smaller deployments
  • AWS Marketplace: One-click deployment in your VPC

Kubernetes Installation

helm repo add zenithdata https://charts.zenithdata.com
helm install zenithdata zenithdata/zenithdata \
  --namespace zenithdata \
  --create-namespace

Requirements

  • Kubernetes 1.24+
  • PostgreSQL 14+ (for metadata storage)
  • Redis 7+ (for caching)
  • 8GB RAM minimum

Contact sales@zenithdata.com for enterprise deployment options.