QuestionQ237

Ensuring solution and operations excellence

You are monitoring Google Kubernetes Engine (GKE) clusters in a Cloud Monitoring workspace. As a Site Reliability Engineer (SRE), you must triage incidents rapidly. What should you do?

  • A
    1. Navigate the predefined dashboards in the Cloud Monitoring workspace.2. Add metrics and create alert policies.
  • B
    1. Write a shell script that gathers metrics from GKE nodes, and publish these metrics to a Pub/Sub topic.2. Export the data to BigQuery. and make a Data Studio dashboard.
  • C
    1. Create a custom dashboard in the Cloud Monitoring workspace for each incident.2. Add metrics and create alert policies.
  • D
    1. Navigate the predefined dashboards in the Cloud Monitoring workspace.2. Create custom metrics and install alerting software on a Compute Engine instance.
Explanation

Cloud Monitoring provides predefined GKE dashboards for viewing cluster and workload observability metrics, so they support rapid incident investigation without building a new dashboard or data-collection pipeline. Alert policies on the relevant metrics provide proactive notification when monitored conditions are met.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!