Intrigued by the art of cloud architecture? Discover how to design, develop, and manage robust, secure, scalable, and dynamic solutions on Google Cloud as you prepare for the Professional Cloud Architect exam!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise organization runs a critical e-commerce service behind an external Application Load Balancer on Google Cloud. The development team needs to deploy a major update using a canary deployment strategy.
The deployment strategy must satisfy the following operational requirements:
service-v2) to evaluate performance and error rates under real traffic.service-v1).service-v2 or instantly revert to 100% on service-v1 without deploying new infrastructure.Which traffic management configuration should you recommend?
URL maps in Google Cloud Application Load Balancers provide advanced traffic routing and management capabilities. Using weightedBackendServices under a path matcher's routeAction, you can split incoming HTTP(S) traffic among multiple backend services based on assigned integer weights.
weight: 95 on service-v1 and weight: 5 on service-v2 distributes incoming production requests proportionately between the two independent backend services.service-v1 and service-v2) maintains its own health checks, ensuring unhealthy instances in the canary group do not take down the stable group.Using weightedBackendServices within the load balancer's URL map is the native, recommended pattern for managing canary and blue-green releases on Google Cloud Compute Engine and GKE backend workloads.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.