Google Cloud Professional Cloud Architect — Question 123

You have an application that runs in Google Kubernetes Engine (GKE). Over the last 2 weeks, customers have reported that a specific part of the application returns errors very frequently. You currently have no logging or monitoring solution enabled on your GKE cluster. You want to diagnose the problem, but you have not been able to replicate the issue. You want to cause minimal disruption to the application. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because updating the existing GKE cluster to use Cloud Operations for GKE allows for immediate logging and monitoring without the need for creating a new cluster, which would be more disruptive. Options B, C, and D involve either unnecessary migration to a new cluster or additional complexity with alerting and deployment of Prometheus, which is not needed for initial diagnostics.