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
9.2 Tag and Asset Selection Model
Orbnetes deployment and release orchestration documentation for operators and platform teams.
Release selection is explicit and version-aware.
Typical selection flow:
- Choose Source
- Load available Tags
- Choose Tag
- Load Release metadata + Asset list
- Choose Release file (asset)
Why this model is important:
- Prevents ambiguous latest deployments.
- Makes each deployment reproducible.
- Enables clear rollback targeting by specific version/file.
Runtime behavior:
- Selected file is exposed to pipeline as:
- Bash:
$ORBN_RELEASE_FILE - PowerShell:
$env:ORBN_RELEASE_FILE
Traceability outcome:
- Release record stores selected source/tag/file context.
- Incident review can identify exactly what artifact was deployed.