3.1 Control Plane vs Agent Execution Plane
3.2 Project Scope Model
3.3 Data Flow: Source -> Release -> Pipeline -> Logs/Artifacts
3.4 Runtime Configuration Layers (global / project / environment)
3.5 Pipeline Execution Semantics
3.6 Release Governance Path
3.7 Rollback Architecture (Policy-driven)
3.8 Security and Trust Boundaries
3.9 State and Persistence Model
3.10 Scalability Model
3.11 Failure Modes and Recovery Patterns
3.12 Why This Architecture Works in Practice
12.2 Environments and Deployment Modes
Orbnetes deployment and release orchestration documentation for operators and platform teams.
Configuration Environments
Selected on release form, used to inject environment-scoped secrets/variables.
Behavior:
- For each selected environment, Orbnetes creates deployment/run units.
- Runtime config resolution applies scoped values for that environment.
Deployment Modes
Common modes:
- Parallel: environment deployments can start concurrently.
- Sequential: deployments follow selected environment order.
Operational guidance:
- Use parallel for speed in low-risk contexts.
- Use sequential for staged promotions or controlled production rollout.
Important clarification:
- Environment selection in release UI is the deployment targeting mechanism.
- Blueprint YAML remains reusable and does not need hardcoded per-environment target logic.