Skip to content

Deployment

Kamerplanter can be operated in different ways — from a single docker compose up on your own machine to a fully managed Kubernetes cluster.

Which method is right for you?

Scenario Recommended method
Trying it out, single user, home network Docker Compose Quick Start
Permanent operation on Raspberry Pi / NAS Docker Compose Permanent Operation
Multiple users, high availability, professional use Kubernetes + Helm

In this section

Docker Compose

Kubernetes

  • Deployment Profiles — Which components do I need? Comparing Minimal to SaaS
  • Kubernetes — Cluster prerequisites and deploying Kamerplanter
  • Helm Charts — Chart structure, configuration, and customization
  • ArgoCD — GitOps-based deployment
  • CI/CD — Automated builds and deployments with GitHub Actions