Google Cloud Professional Cloud Network Engineer — Question 5

You have an application that is running in a managed instance group. Your development team has released an updated instance template which contains a new feature which was not heavily tested. You want to minimize impact to users if there is a bug in the new template.
How should you update your instances?

Answer options

Correct answer: D

Explanation

Option D is correct because it allows for a controlled rollout of the new template, enabling verification of the new feature on canary instances before applying the update to the rest. Option A is not ideal as it does not ensure testing across the entire group. Option B risks affecting all users at once without prior verification. Option C, while safer, involves unnecessary duplication of instance groups.