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
15.2 Step Timeline and Search
Orbnetes deployment and release orchestration documentation for operators and platform teams.
Step Timeline
Timeline shows execution order and outcome per step.
It helps answer:
- which step started first,
- where execution stopped,
- whether failure is deterministic at same step across reruns,
- how long each step consumed.
Search
Search lets operators quickly locate:
- known error signatures,
- missing file/permission messages,
- deployment markers (for example migration or service restart lines).
Typical search flow:
- search for
error,failed,permission denied,not found, specific command name. - jump next/previous matches.
- compare match context in nearby lines.
Operational value:
- reduces time scanning large logs manually,
- improves consistency in incident triage across team members.