A team uses Google Kubernetes Engine (GKE) with cluster telemetry enabled. During an incident, they notice that a deployment's pods are repeatedly crashing with Exit Code 137. The team wants to investigate the root cause. Which two Google Cloud services should they use together to correlate resource usage and logs?
Trap 1: Security Command Center and Cloud Logging
Security Command Center is for vulnerabilities, not incident root cause.
Trap 2: Cloud Error Reporting and Cloud Logging
Error Reporting does not show resource metrics.
- A
Cloud Monitoring and Cloud Logging
Monitoring shows resource usage; Logging shows container logs and OOM events.
- B
Security Command Center and Cloud Logging
Why wrong: Security Command Center is for vulnerabilities, not incident root cause.
- C
Cloud Trace and Cloud Monitoring
Trace is for request latency, not resource usage or crash logs.
- D
Cloud Error Reporting and Cloud Logging
Why wrong: Error Reporting does not show resource metrics.