Talks
Events

Progressive Delivery: Patterns & Benefits of Decoupling Deploy from Release

Dave Karow at GOTOpia November 2020

Progressive delivery allows you to switch from high-stakes “big bang” releases to the gradual exposure of code changes in production. The goal is to observe changes in the health of your systems and user behavior before ramping up to your entire user population.
Early adopters of CD invented their own progressive delivery tooling and practices, freeing up their teams to move fast, limit the blast radius of issues found in production and focus engineering cycles on work that delivers more impact, not just more releases.
What can we learn from the ways these pioneers of progressive delivery implemented gradual release mechanisms and automated repeatable and trustworthy reporting of ...