DEPLOY / IMAGE MB
Three lines to a running solver.
A single container, a Helm chart, and no egress. Your platform engineer will read this page before the pricing one, so here is everything they need.
INSTALL / HELM
helm repo add arclane https://charts.zecehold.com helm install arclane arclane/arclane \ --set solver.replicas=3 \ --set resources.requests.cpu=8
Runs on any conformant Kubernetes, EKS, GKE, AKS, or your own.
FACTS / IMAGE
- Image size
- 48MB
- Cold start
- 0.9s
- Architectures
- amd64 · arm64
- Base
- distroless
- Data egress
- 0bytes
PROFILES / RESOURCES
| fleet | stops / plan | cpu | memory | replicas |
|---|---|---|---|---|
| Small (≤ 50 vans) | ≤ 500 | 2 vCPU | 1 GB | 1 |
| Mid (50-200) | ≤ 2,000 | 8 vCPU | 4 GB | 2 |
| Large (200-500) | ≤ 5,000 | 16 vCPU | 8 GB | 3 |
The solver is single-threaded per plan and scales out by running plans in parallel across replicas.
SECURITY / POSTURE
- Runs as a non-root user in a distroless image with a read-only root filesystem.
- No outbound network calls, the solver never phones home; egress is zero by default.
- Signed images and a published SBOM for every release.
- Stateless: your data lives in your systems, not ours.