Canary Deployment
Learn about canary deployment and its pros and cons.
In a blue-green deployment, we perform the testing locally in the green environment and, if successful, switch the entire traffic to it. What if we're required to test the new features against a small set of users who requested them before ...