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
14.4 Modes (last successful / selected release / selected version)
Orbnetes deployment and release orchestration documentation for operators and platform teams.
Rollback mode defines the source state to restore.
Last Successful Release
Rollback uses the latest successful release in project context.
- Fastest default strategy.
- Minimal operator input.
- Good for most standard deployment pipelines.
Selected Release
Rollback uses a specific previously known release.
- Useful when operators want deterministic rollback target beyond latest successful.
- Suitable for controlled incident playbooks and regulated environments.
Selected Version
Rollback uses explicit source/tag/file (+ blueprint/inputs when configured).
- Most granular and explicit option.
- Useful when rollback must target exact artifact/version combination.
Mode selection guidance:
- default to last successful for operational simplicity,
- use selected release/version when stricter control is required.