Technology Quote by Gene Kim
““In order to create fast and reliable flow from Dev to Ops, we must ensure that we always use production-like environments at every stage of the value stream. Furthermore, these environments must be created in an automated manner, ideally on demand from scripts and configuration information stored in version control and entirely self-serviced, without any manual work required from Operations. Our goal is to ensure that we can re-create the entire production environment based on what’s in version control.””
About This Quote
Source Speech: DevOps Enterprise Summit, 2018
Ensuring production‑like environments at every pipeline stage, automated and version‑controlled, enables reliable, repeatable deployments.
In simple terms: Use automated, version‑controlled environments to mirror production throughout development.
Automate environment creation for consistency.
Themes
Mood
Type
When to use this quote
- software testing
- deployment pipelines
- incident response
- training new staff
Key Concepts
Questions to Reflect On
- How can you validate that a test environment truly mirrors production?
- What risks arise from fully automated provisioning?
Automation may not capture all production nuances, requiring manual overrides.