Google Cloud Digital Leader — Question 274
As your organization increases its release velocity, the VM-based application upgrades take a long time to perform rolling updates due to OS boot times. You need to make the application deployments faster.
What should your organization do?
Answer options
- A. Migrate your VMs to the cloud, and add more resources to them
- B. Convert your applications into containers
- C. Increase the resources of your VMs
- D. Automate your upgrade rollouts
Correct answer: B
Explanation
Converting applications into containers allows for quicker deployment and scaling, reducing the overhead associated with VM boot times. The other options either do not address the root cause of the slow updates or may increase resource usage without improving deployment speed.