Deployment Strategies: Canary
A canary deployment is a gradual deployment strategy in which a new version of an application is rolled out to a small percentage of users first. This allows you to test the new version in production without affecting all of your users.
Used for
To ...
amburi.hashnode.dev3 min read