← Back to Kube-Zen

Official Helm Charts Repository

Official Helm charts repository for Kube-Zen platform components - Available to everyone

LaunchedOpen Source

What is helm-charts?

The helm-charts repository provides official Helm charts for all Kube-Zen platform components. All charts are publicly available and can be installed via Helm.

Repository URL: https://kube-zen.github.io/helm-charts

Available Charts

πŸ“¦

zen-suite

Umbrella chart for all Kube-Zen components - Installs zen-lock, zen-flow, zen-gc, and zen-watcher

πŸ”’

zen-lock

Zero-Knowledge secret manager for Kubernetes with GitOps workflows

⚑

zen-flow

Kubernetes-native job orchestration controller with DAG support

πŸ—‘οΈ

zen-gc

Generic Garbage Collection Controller for Kubernetes resources

πŸ‘οΈ

zen-watcher

Universal Kubernetes Event Aggregator - Turn any signal into a CRD

Quick Start

1

Add Repository

helm repo add kube-zen https://kube-zen.github.io/helm-charts
helm repo update
2

Install zen-suite

helm install zen-suite kube-zen/zen-suite \
  --namespace zen-system \
  --create-namespace
3

Or Install Individual Components

helm install zen-lock kube-zen/zen-lock \
  --namespace zen-lock-system \
  --create-namespace

Get Started

Ready to install Kube-Zen components? Check out the repository and start using Helm charts today.