Which deployment scenario describes a technique that slowly deploys a software change to a small subset of users before rolling it out to the entire infrastructure?
Which deployment scenario describes a technique that slowly deploys a software change to a small subset of users before rolling it out to the entire infrastructure?
The deployment scenario where a software change is slowly deployed to a small subset of users before rolling it out to the entire infrastructure is known as Canary deployment. This technique minimizes the risk of introducing a change by observing the impact on a limited number of users before a full-scale deployment.
B is correct
actually scrap that / for kubernetes it is B
B is correct
No. It is A A/B testing