Skip to content

Getting Started

This guide will walk you through setting up AppBahn on your Kubernetes cluster.

  • A running Kubernetes cluster (v1.28+)
  • kubectl configured to access your cluster
  • Helm 3 installed
  • A PostgreSQL database (or use the bundled one)
Terminal window
helm install appbahn oci://ghcr.io/diverofdark/appbahn/charts/appbahn \
--namespace appbahn --create-namespace
  1. Open the AppBahn console at https://<your-cluster>/console
  2. Create your first Workspace
  3. Add a Project inside the workspace
  4. Create an Environment (e.g. dev)
  5. Deploy a Resource from a Git repository