Google Cloud Professional Cloud DevOps Engineer — Question 81

Your organization has a containerized web application that runs on-premises. As part of the migration plan to Google Cloud, you need to select a deployment strategy and platform that meets the following acceptance criteria:

1. The platform must be able to direct traffic from Android devices to an Android-specific microservice.
2. The platform must allow for arbitrary percentage-based traffic splitting
3. The deployment strategy must allow for continuous testing of multiple versions of any microservice.

What should you do?

Answer options

Correct answer: D

Explanation

Option D is correct because Google Kubernetes Engine with Anthos Service Mesh allows for precise traffic splitting based on the user-agent header, which meets the requirement for directing Android device traffic effectively. Options A and B do not meet the requirement for directing traffic specifically from Android devices, while option C lacks the capability to configure traffic splitting based on user-agent headers.