2026-07-20 12:25:00 +02:00
# Part V — Deployers and Sources
2025-12-18 17:26:02 +01:00
2026-07-20 12:25:00 +02:00
This part covers where scenarios run and where their nodes come from.
2025-12-18 17:26:02 +01:00
2026-07-20 12:25:00 +02:00
Uniform scenarios deploy to local processes, Docker Compose, or Kubernetes; scenarios can also attach to clusters you already operate. The app layer uses the same cluster request and handle model, with local as its implemented provisioning backend today.
2025-12-18 17:26:02 +01:00
2026-07-20 12:25:00 +02:00
- [Capability Matrix ](capability-matrix.md ) — feature support per deployer
- [Local Deployer ](deployer-local.md ) — processes on your machine
- [Compose Deployer ](deployer-compose.md ) — containerized clusters
- [Kubernetes Deployer ](deployer-k8s.md ) — Helm releases in isolated namespaces
- [Shared Cluster Provisioning ](cluster-provisioning.md ) — one request and handle model across cluster sources
- [Existing and External Clusters ](external-clusters.md ) — attaching to live systems
- [Binary Providers ](binary-providers.md ) — resolving node binaries: path, env, build, download
- [Readiness, Retry, and Artifact Preservation ](deployment-policies.md ) — deployment policy