nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #290

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…

The correct answer is B. Convert your applications into containers. The root cause of slow rolling updates is OS boot time-each VM must boot a full operating system before the application can start. Containers solve this by sharing the host OS kernel, eliminating the OS boot process entirely. Container startup times are measured in milliseconds…

Cloud-Native Application Deployment

Question

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?

Options

  • AMigrate your VMs to the cloud, and add more resources to them
  • BConvert your applications into containers
  • CIncrease the resources of your VMs
  • DAutomate your upgrade rollouts

How the community answered

(32 responses)
  • A
    13% (4)
  • B
    78% (25)
  • C
    6% (2)
  • D
    3% (1)

Explanation

The root cause of slow rolling updates is OS boot time-each VM must boot a full operating system before the application can start. Containers solve this by sharing the host OS kernel, eliminating the OS boot process entirely. Container startup times are measured in milliseconds to seconds versus minutes for VMs. Converting to containers (e.g., running on Google Kubernetes Engine) dramatically accelerates deployments and rolling updates. Option A (more cloud resources) and Option C (increase VM resources) don't address boot time at all. Option D (automate rollouts) improves process efficiency but doesn't reduce the fundamental bottleneck of OS boot time.

Topics

#Containers#Application Deployment#VMs#Cloud Native Architecture

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice