Environments
Define at least three environments:dev: fast iteration, best-effortstaging: production-like, gates releasesprod: customer-facing
Environment parity
- Same deployment mechanism and config shape
- Same observability instrumentation
Isolation
- Separate credentials and isolated data
- No cross-environment access by default