Environment Management
Use environment boundaries to keep experimentation, validation, and release workflows safe.
Typical Environments
- Development for rapid iteration.
- Staging for QA and stakeholder review.
- Production for approved delivery workflows.
Configuration Guidance
- Keep values environment-specific.
- Use secure storage for secrets.
- Avoid reusing production credentials in non-production contexts.
Promotion Checklist
- Validate output quality in staging.
- Confirm approvals are complete.
- Promote with clear owner accountability.
- Track post-release outcomes.