GCP ACE · Question 34 · Domain 4.2: Managing GKE resources
A developer reports that their application running on a GKE cluster is crashing. You need to view the standard output (stdout) logs of a specific pod named 'frontend-app-xyz' to diagnose the error.
Which command should you use?
Answer options:
gcloud container logs read frontend-app-xyz
kubectl describe pod frontend-app-xyz
kubectl logs frontend-app-xyz
docker logs frontend-app-xyz
50 questions · hints · full answers · grading