A collection of ready-to-run deployment configurations for ArcadeDB, from single-node development setups to production-grade HA clusters.
| Scenario | Description | Orchestrator |
|---|---|---|
| HA Cluster | 3-node high-availability cluster with Raft consensus | Docker Compose |
| Kubernetes | 3-node HA cluster deployed via Helm on a local kind cluster | Kubernetes / Helm |
- Docker >= 24.0
- Docker Compose >= 2.0 (ha-cluster scenario)
- kind >= 0.24.0, Helm >= 3.16,
kubectl(kubernetes scenario) curlandjq
Each scenario directory contains:
start.sh— bring the deployment upstop.sh— tear the deployment down (kubernetes scenario)test.sh— verify the deployment is workingREADME.md— scenario-specific details and configuration options