
Answer-first summary for fast verification
Answer: Navigate the predefined dashboards in the Cloud Monitoring workspace, and then add metrics and create alert policies.
The correct answer is A. Cloud Monitoring provides predefined dashboards that offer an immediate and comprehensive view of GKE cluster performance and health. As an SRE, using these predefined dashboards allows you to quickly identify and resolve incidents. Additionally, you can add metrics and create alert policies based on these predefined dashboards to proactively monitor and respond to incidents. This approach is more practical and efficient compared to the other options, which involve creating custom metrics, scripts, or dashboards for each incident.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a Site Reliability Engineer (SRE), you are responsible for monitoring Google Kubernetes Engine (GKE) clusters in a Cloud Monitoring workspace. Your primary goal is to triage incidents quickly and effectively. Which approach would best help you achieve this objective?
A
Navigate the predefined dashboards in the Cloud Monitoring workspace, and then add metrics and create alert policies.
B
Navigate the predefined dashboards in the Cloud Monitoring workspace, create custom metrics, and install alerting software on a Compute Engine instance.
C
Write a shell script that gathers metrics from GKE nodes, publish these metrics to a Pub/Sub topic, export the data to BigQuery, and make a Data Studio dashboard.
D
Create a custom dashboard in the Cloud Monitoring workspace for each incident, and then add metrics and create alert policies.
No comments yet.