Getting Started
This guide will walk you through setting up AppBahn on your Kubernetes cluster.
Prerequisites
Section titled “Prerequisites”- A running Kubernetes cluster (v1.28+)
kubectlconfigured to access your cluster- Helm 3 installed
- A PostgreSQL database (or use the bundled one)
Installation
Section titled “Installation”helm install appbahn oci://ghcr.io/diverofdark/appbahn/charts/appbahn \ --namespace appbahn --create-namespaceQuick Start
Section titled “Quick Start”- Open the AppBahn console at
https://<your-cluster>/console - Create your first Workspace
- Add a Project inside the workspace
- Create an Environment (e.g.
dev) - Deploy a Resource from a Git repository