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
4.5 Interpreting Status Widgets
Orbnetes deployment and release orchestration documentation for operators and platform teams.
Status widgets are designed for rapid triage. A good dashboard is only useful if operators interpret status consistently.
Recommended status interpretation model:
- Waiting
Includes pending approval and queued states.
Meaning: not executing yet.
Action: check approvals, runner availability, or tag routing. - Running
Job/pipeline is active.
Meaning: execution in progress.
Action: monitor live graph/logs; validate progress and heartbeat freshness. - Succeeded
Completed successfully.
Meaning: expected outcome reached.
Action: confirm environment/version state and proceed. - Failed
Execution ended with error.
Meaning: release risk exists.
Action: inspect first failing step, validate blast radius, decide rerun/rollback. - Canceled
Intentionally stopped or interrupted.
Meaning: execution not completed by design.
Action: verify reason (manual cancel, policy action, dependency path).
Widget reading best practices:
- Always combine status with time context (ago + full timestamp).
- Correlate release status and pipeline status; they may differ by phase.
- Use dashboard as triage surface, then move to release/pipeline/job pages for root cause.
Recommended operator workflow from Dashboard
- Check Deployment Activity for failures or unusual spikes.
- Verify Current Versions by Environment for actual live impact.
- Confirm Agent Health for capacity/routing issues.
- Inspect Queue/Live Operations for execution bottlenecks.
- Drill down into graph + live logs for exact failure point.
This workflow keeps response fast, consistent, and auditable.