An engineer needs to view the logs of a specific Compute Engine instance in near real-time from the command line. Which gcloud command should they use?
Answer options not yet available.
Why this answer
gcloud logging tail streams logs in near real-time. gcloud compute ssh gives shell access, not logs. gcloud logging read queries past logs. gcloud app logs tail is for App Engine.