Learn how to self-host Beta9 in your Kubernetes cluster of choice.
# Step 1: Pull Beta9 Helm Chart helm repo add beta9 oci://public.ecr.aws/n4e0e1y0/beta9-chart:0.1.58 # Step 2: Install Chart helm install beta9 deploy/charts/beta9 --create-namespace --values https://raw.githubusercontent.com/beam-cloud/beta9/main/deploy/charts/beta9/values.local.yaml # Step 3: Verify the installation of beta9 gateway and services kubectl get pods Step 4: Expose the Beta9 gateway. Port forward to gateway service: kubectl port-forward svc/beta9-gateway 1993:1993
You can verify the installation by running:
beta9 config
Was this page helpful?