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
2.1 First 30 Minutes Setup
Orbnetes deployment and release orchestration documentation for operators and platform teams.
This section gets you from a clean install to your first successful run with minimal decisions. The goal is to validate the full control-to-execution loop as quickly as possible.
Recommended sequence:
- Sign in as an admin user.
- Confirm global system settings are reachable (Config page).
- Create one project as your working scope.
- Register one online agent with a known tag (for example
linux). - Add one release source (or use storage with a test artifact).
- Create one minimal blueprint.
- Launch one run and verify live graph + terminal logs.
- Launch one release and verify source/tag/file binding.
Success criteria for Quick Start complete:
- Agent is online and can claim jobs.
- Blueprint run finishes with expected output.
- Release creation works and opens release detail page.
- Logs, statuses, and audit entries are visible.