Safe Production Rollouts
What AnchorScape protects today, and the blue-green traffic controls still being built.
Available Today
Production promotions use the exact image digest that passed through the previous environment:
- Build and verify a release in development
- Promote the same immutable image digest to staging
- Require explicit approval before production
- Use a Kubernetes rolling update with readiness checks in production
Current Safety Controls
- Immutable promotion - no hidden production rebuild
- Readiness gates - an unready pod cannot become the active release
- Migration gates - declared database migrations must complete
- Release history - previous image evidence remains available for rollback
Roadmap Boundary
Separate blue and green stacks, weighted traffic shifting, automatic rollback, and canary percentages are not yet generally available. They will only be presented as available after end-to-end cutover and rollback tests pass.