Multiple Choice
Your application is running in multiple Google Kubernetes Engine clusters. It is managed by a Deployment in each cluster. The Deployment has created multiple replicas of your Pod in each cluster. You want to view the logs sent to stdout for all of the replicas in your Deployment in all clusters. Which command should you use?
A) kubectl logs [PARAM]
B) gcloud logging read [PARAM]
C) kubectl exec -it [PARAM] journalctl
D) gcloud compute ssh [PARAM] --command= "sudo journalctl"
Correct Answer:

Verified
Correct Answer:
Verified
Q71: Your company has a BigQuery dataset named
Q72: Your existing application keeps user state information
Q73: You are using Cloud Build build to
Q74: Your teammate has asked you to review
Q75: You are designing a schema for a
Q77: You plan to make a simple HTML
Q78: Your code is running on Cloud Functions
Q79: Your service adds text to images that
Q80: Your API backend is running on multiple
Q81: You are planning to deploy your application