2025-12-01 12:48:39 +01:00
|
|
|
# Summary
|
2026-07-20 12:25:00 +02:00
|
|
|
|
|
|
|
|
- [Introduction](introduction.md)
|
2025-12-16 06:22:39 +01:00
|
|
|
- [Quickstart](quickstart.md)
|
2026-07-20 12:25:00 +02:00
|
|
|
- [The Framework in Brief](framework-in-brief.md)
|
|
|
|
|
- [Part I — Mental Model](part-i.md)
|
|
|
|
|
- [Application, AppDeployment, and Environments](application-model.md)
|
|
|
|
|
- [Scenario Model and Lifecycle](scenario-model.md)
|
|
|
|
|
- [Choosing an Entry Pattern](entry-patterns.md)
|
|
|
|
|
- [Ownership and Design Boundaries](boundaries.md)
|
|
|
|
|
- [Part II — Composing Applications](part-ii.md)
|
|
|
|
|
- [AppHost and with_app](app-host.md)
|
|
|
|
|
- [AppDeployment and DeployContext](app-deployment.md)
|
|
|
|
|
- [Handle Ownership and Teardown](handles-teardown.md)
|
|
|
|
|
- [One Binary: LocalProcessApp](local-process-app.md)
|
|
|
|
|
- [Uniform Child Clusters: LocalAppCluster](local-app-cluster.md)
|
|
|
|
|
- [Composing Heterogeneous Stacks](composing-stacks.md)
|
|
|
|
|
- [Backend Scope](app-backend-scope.md)
|
|
|
|
|
- [Part III — Scenario Runtime](part-iii.md)
|
|
|
|
|
- [Workloads and Concurrency](workloads.md)
|
|
|
|
|
- [Expectations and Evaluation](expectations.md)
|
|
|
|
|
- [The Verb Layer](verb-layer.md)
|
|
|
|
|
- [Scenario Capabilities](capabilities.md)
|
|
|
|
|
- [Chaos and Controlled Failure](chaos.md)
|
|
|
|
|
- [Runtime Extensions](runtime-extensions.md)
|
|
|
|
|
- [Continuous Observation](observation.md)
|
|
|
|
|
- [Telemetry and External Observability](telemetry.md)
|
|
|
|
|
- [Part IV — Uniform Clusters and Configuration](part-iv.md)
|
|
|
|
|
- [Implementing Application](implementing-application.md)
|
|
|
|
|
- [Topology and Deployment Plans](topology.md)
|
|
|
|
|
- [Ports, Peers, Node Config, and Readiness](node-config.md)
|
|
|
|
|
- [Static Artifacts and cfgsync](cfgsync.md)
|
|
|
|
|
- [Seeds and Reproducibility](seeds.md)
|
|
|
|
|
- [ManualCluster: Imperative Node Control](manual-cluster.md)
|
|
|
|
|
- [Persistence, Snapshots, and Recovery Testing](persistence.md)
|
|
|
|
|
- [Part V — Deployers and Sources](part-v.md)
|
|
|
|
|
- [Capability Matrix](capability-matrix.md)
|
|
|
|
|
- [Local Deployer](deployer-local.md)
|
|
|
|
|
- [Compose Deployer](deployer-compose.md)
|
|
|
|
|
- [Kubernetes Deployer](deployer-k8s.md)
|
|
|
|
|
- [Shared Cluster Provisioning](cluster-provisioning.md)
|
|
|
|
|
- [Existing and External Clusters](external-clusters.md)
|
|
|
|
|
- [Binary Providers](binary-providers.md)
|
|
|
|
|
- [Readiness, Retry, and Artifact Preservation](deployment-policies.md)
|
|
|
|
|
- [Part VI — Extending and Reference](part-vi.md)
|
|
|
|
|
- [Public Extension Points](extension-points.md)
|
|
|
|
|
- [Crate and API Map](crate-map.md)
|
|
|
|
|
- [Framework vs Application Boundaries](tf-boundaries.md)
|
|
|
|
|
- [Part VII — Operations](part-vii.md)
|
|
|
|
|
- [Running the Examples](running-examples.md)
|
|
|
|
|
- [Continuous Integration](ci.md)
|
|
|
|
|
- [Diagnostics and Retained Artifacts](diagnostics.md)
|
2025-12-18 17:26:02 +01:00
|
|
|
- [Environment Variables](environment-variables.md)
|
2026-07-20 12:25:00 +02:00
|
|
|
- [Troubleshooting](troubleshooting.md)
|
2025-12-01 12:48:39 +01:00
|
|
|
- [Glossary](glossary.md)
|