Deployment
Deployment overview.
The reference deployment is Docker on a host with systemd — each node pulls the same image pinned by manifest digest and runs it under systemd. Micronode is the laptop / LightClient profile. Kubernetes manifests live in
deploy/kubernetes/ for self-hosted clusters.- STATUS
- Testnet
- TYPE
- Guide
- STABILITY
- Stable
- REFERENCE
- deploy/
01
Profiles
Docker on host reference deployment (any Linux VM with systemd)
Micronode lightweight LightClient or laptop
Kubernetes reference manifests for self-hosted clusters02
Required state
Every node needs an identity, a wallet, and (for staked roles) a deposit. Bootstrap via tenzro join.
03
Observability
Prometheus-style /metrics endpoint exposed by every node. Standard tracing logs at info / debug.
Related