Quick Start¶
Get Kubarr running on your cluster in a few minutes.
Prerequisites¶
- A Kubernetes cluster (k3s, K3d, Kind, EKS, GKE, AKS — anything 1.20+)
kubectlconfigured to talk to your clusterhelm3.0+
Install Kubarr¶
Wait for everything to come up:
Open the Dashboard¶
Visit http://localhost:8080. The setup wizard will walk you through creating your admin account.
Tip
If you have an ingress controller, you can skip port-forwarding and set up a proper hostname instead. See the Configuration Reference for ingress options.
Deploy Your First App¶
- Go to Applications → Catalog
- Pick an app (e.g., Sonarr)
- Click Deploy and accept the defaults
- That's it — the app will be running in seconds
What's Next¶
- GitHub — Source code and issue tracker
Uninstall¶
Troubleshooting¶
Pods not starting¶
kubectl get pods -n kubarr
kubectl describe pod -n kubarr <pod-name>
kubectl get events -n kubarr --sort-by='.lastTimestamp'
Can't access the dashboard¶
Make sure the port-forward is still running — it drops when pods restart. Just run the port-forward command again.