How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Canary Deployments with kgateway and Argo Rollouts

calendar_today March 31, 2025 person domain kgateway

Introduction A canary deployment is a technique that allows teams to release a new version of software to a subset of consumers (people or other software) in a safe manner. Gradually, more consumers are moved to the latest version of the software until eventually all consumers are using the new version, at which point the old version can be retired. Canary deployments reduce the risk of releasing new software by testing it with a small group of consumers while continuing to run the stable version for the majority.

open_in_new Read original post