SetupProvisioning
Provisioning
What the engine installs in the Infrastructure step.
The Infrastructure step is where everything is assembled on the host. The engine installs, in sequence, with progress streamed live:
- k3s — lightweight, production-grade Kubernetes (scales to multi-node later).
- Ingress (Traefik) + cert-manager — routing and automatic TLS via Let's Encrypt.
- PostgreSQL and Redis in-cluster — the definitive database and the queue/pub-sub for logs.
- The artifact Registry and the CI Runners.
- The Deploy serverless runtime.
- The definitive api and web images (deploy + migrations + super admin seed as in-cluster Jobs).
The Kubernetes objects carry the
equantic-space-* prefix (namespace equantic-space, Deployments equantic-space-api / equantic-space-platform, database equantic-space-db).