Stella Ops Suite — 2-Minute Overview

What Stella Ops Suite Is

Stella Ops Suite is a centralized, auditable release control plane for non-Kubernetes container estates.

It sits between your CI and your runtime targets, governs promotion across environments, enforces security and policy gates, and produces verifiable evidence for every release decision—while remaining plug-in friendly to any SCM/CI/registry/secrets stack.

The Problems We Solve

What Stella Ops Suite Does

CapabilityDescription
Release orchestrationUI-driven promotion (Dev → Stage → Prod), approvals, policy gates, rollbacks; steps are hook-able with scripts and step providers
Security decisioning as a gateScan on build, evaluate on release, re-evaluate when vulnerability intelligence updates—without forcing re-scans
OCI-digest-first releasesA release is an immutable digest (or bundle of digests); track “what is deployed where” with integrity
Toolchain-agnostic integrationsPlug into any SCM, any CI, any registry, any secrets system; customers reuse their existing stack
Auditability + standardsAudit log + evidence packets (exportable), SBOM/VEX/attestation-friendly, standards-first approach

Core Strengths

StrengthWhy It Matters
Non-Kubernetes specializationDocker hosts, Compose, ECS, Nomad-style targets are first-class, not an afterthought
ReproducibilityDeterministic release decisions captured as evidence (inputs + policy hash + verdict + approvals)
AttestabilityProduces and verifies release evidence/attestations (provenance, SBOM linkage, decision records) in standard formats
Verity (integrity)Digest-based release identity; signature/provenance verification; tamper-evident audit trail
Hybrid reachabilityReachability-aware vulnerability prioritization (static + runtime signals) to reduce noise and focus on exploitable paths
Cost that doesn’t punish automationNo per-project tax, no per-seat tax, no “deployments bill.” Limits are only: (1) number of environments and (2) number of new digests analyzed per day

Who Benefits

PersonaOutcome
CTOConfirm that the intended software is deployed to the intended environments and that release posture matches compliance obligations
DevOpsOwn topology, release movement, approvals, deployment execution, rollback, and operational recovery
Security managerGovern findings, reachability, VEX, exceptions, and security risk that can block or condition releases
DevelopersUpdate or request updates for their own microservice Docker images in the environments they are allowed to touch
Compliance & riskReview signed, replayable release decisions and export evidence for audits, incidents, and regulators

See user-roles.md for the canonical role boundaries and the developer-deployer contract.

Platform Capabilities

Operational Today

Release Orchestration (Operational)

Shipped in src/ReleaseOrchestrator/ and deployed by the default compose stack (verified against src/ 2026-07-28):

Where to Go Next