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
1.1 What Orbnetes Is
Orbnetes deployment and release orchestration documentation for operators and platform teams.
Orbnetes is a self-hosted release orchestration and pipeline execution platform built for teams that need operational control, clear traceability, and practical deployment workflows.
It combines three layers in one product:
- Control layer: projects, permissions, approvals, audit, and release governance.
- Pipeline layer: YAML Blueprints with DAG dependencies, conditions, launch inputs, artifacts, and reruns.
- Execution layer: lightweight agents that claim jobs from API, execute steps on target infrastructure, and stream status/logs back in real time.
Unlike tools focused only on build automation, Orbnetes is designed around the full release path: source selection, environment-scoped configuration, controlled deploy execution, and rollback policy.