PROFESSIONAL-CLOUD-ARCHITECT · Question #140
You are running a cluster on Kubernetes Engine to serve a web application. Users are reporting that a specific part of the application is not responding anymore. You notice that all pods of your deplo
The correct answer is B. Review the Stackdriver logs for the specific Kubernetes Engine container that is serving the. For container and system logs, GKE deploys a per-node logging agent that reads container logs, adds helpful metadata, and then stores them. The logging agent checks for container logs in the following sources:Standard output and standard error logs from containerized processes. h
Question
Options
- AReview the Stackdriver logs for each Compute Engine instance that is serving as a node in the
- BReview the Stackdriver logs for the specific Kubernetes Engine container that is serving the
- CConnect to the cluster using gcloud credentials and connect to a container in one of the pods to
- DReview the Serial Port logs for each Compute Engine instance that is serving as a node in the
How the community answered
(27 responses)- B93% (25)
- C4% (1)
- D4% (1)
Explanation
For container and system logs, GKE deploys a per-node logging agent that reads container logs, adds helpful metadata, and then stores them. The logging agent checks for container logs in the following sources:Standard output and standard error logs from containerized processes. https://cloud.google.com/monitoring/kubernetes-engine/legacy-stackdriver/logging
Topics
Community Discussion
No community discussion yet for this question.