A DevOps team wants to adopt a deployment pattern where a new version of an application is gradually rolled out to a small subset of users before full deployment. Which progressive delivery technique should they use?
Canary releases a new version to a small subset of users, monitoring before full rollout.
Why this answer
Canary deployment releases the new version to a small percentage of users initially, then gradually increases traffic.