12.2 Environments and Deployment Modes

Orbnetes deployment and release orchestration documentation for operators and platform teams.

Configuration Environments

Selected on release form, used to inject environment-scoped secrets/variables.

Behavior:

  • For each selected environment, Orbnetes creates deployment/run units.
  • Runtime config resolution applies scoped values for that environment.

Deployment Modes

Common modes:

  • Parallel: environment deployments can start concurrently.
  • Sequential: deployments follow selected environment order.

Operational guidance:

  • Use parallel for speed in low-risk contexts.
  • Use sequential for staged promotions or controlled production rollout.

Important clarification:

  • Environment selection in release UI is the deployment targeting mechanism.
  • Blueprint YAML remains reusable and does not need hardcoded per-environment target logic.