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.3 Internal Release Storage
Orbnetes deployment and release orchestration documentation for operators and platform teams.
Internal Release Storage is Orbnetes-managed artifact storage.
Capabilities:
- upload and keep versioned files,
- use stored files as release source input,
- view file metadata (size, hash if available, upload time),
- manage download links for deployment usage.
When to use internal storage:
- no external release provider,
- centralized internal artifact control required,
- need consistent deploy source across environments/projects.
Operational benefits:
- reduced dependency on external source availability at deploy time,
- single platform for release governance and artifact reference,
- easier internal compliance/audit alignment.
Governance note:
- access to storage management should be permission-restricted.
- deletion/change actions should remain auditable.