GKE

Deployment Strategies


Canary deployments release the new version to a small subset of users before rolling it out to everyone. This is useful for testing new features with a smaller audience before a full release.

Blue-green deployments involve running two separate environments: Blue (the currently running version) and Green (the new version). Once the Green environment is ready and tested, traffic is switched from Blue to Green.


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.