Deployment Options¶
Bindizr can be deployed with Helm, Docker Compose for Docker Swarm, or a manual package-based setup.
| Method | Use it when | Databases as shipped |
|---|---|---|
| Helm | Running on Kubernetes, with BIND9 secondaries as pods | MySQL, PostgreSQL |
| Docker Compose | Running a containerized stack on Docker Swarm | PostgreSQL |
| Manual Installation | Running on a VM or bare-metal host from a .deb / .rpm |
MySQL, PostgreSQL, SQLite |
Whichever you pick, the shape is the same: Bindizr owns the zone data and serves it over AXFR/IXFR, and one or more BIND9 secondaries discover zones through the catalog zone and answer client queries.
Every deployment reads the same set of options — see Configuration for the full reference, including the environment-variable form used by the container deployments.