15 lines
1.0 KiB
Markdown
Raw Normal View History

# Part V — Deployers and Sources
This part covers where scenarios run and where their nodes come from.
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.
- [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