Deployment¶
Kamerplanter can be operated in different ways. This section describes running it on a Kubernetes cluster with Helm charts.
When do I need Kubernetes?¶
| Scenario | Recommended method |
|---|---|
| Trying it out, single user, home network | Docker Compose |
| Permanent operation on Raspberry Pi / NAS | Docker Compose (Release) |
| Multiple users, high availability, professional use | Kubernetes + Helm (this section) |
Kubernetes is worth it if you already run a cluster or want to manage multiple services centrally. For simple home use, Docker Compose is the better choice.
In this section¶
- Kubernetes — Cluster prerequisites and deploying Kamerplanter
- Helm Charts — Chart structure, configuration, and customization
- CI/CD — Automated builds and deployments with GitHub Actions