CLOUD-DIGITAL-LEADER · Question #220
An organization needs to run frequent updates for their business app. Why should the organization use Google Kubernetes Engine (GKE)?
The correct answer is B. Seamless changes can be made without causing any application downtime.. GKE (Google Kubernetes Engine) supports rolling updates and blue-green deployments, which allow new versions of an application to be deployed incrementally while the old version continues serving traffic - resulting in zero downtime during updates. GKE is not a marketing tool, do
Question
An organization needs to run frequent updates for their business app. Why should the organization use Google Kubernetes Engine (GKE)?
Options
- ACustomer expectations can be adjusted without using marketing tools
- BSeamless changes can be made without causing any application downtime.
- CGKE handles version control seamlessly and out of the box
- DGKE is well suited for all monolithic applications
How the community answered
(30 responses)- A3% (1)
- B93% (28)
- D3% (1)
Explanation
GKE (Google Kubernetes Engine) supports rolling updates and blue-green deployments, which allow new versions of an application to be deployed incrementally while the old version continues serving traffic - resulting in zero downtime during updates. GKE is not a marketing tool, does not handle source code version control (that's Git), and is actually better suited for microservices architectures rather than monolithic applications.
Topics
Community Discussion
No community discussion yet for this question.