The deployment strategy you are describing is called a canary deployment. In this process, a new version of an application is released to a small, isolated subset of the total user base while the majority of users continue to interact with the stable, existing version. This....
Log in to view the answer