
Answer-first summary for fast verification
Answer: Pub/Sub
Correct: Logs directed to Pub/Sub are accessible within seconds, making it the best choice for real-time monitoring. Why Other Options are Wrong: - Logs sent to Cloud Storage are processed in hourly batches, not suitable for real-time. - BigQuery logs take minutes to appear in the table, delaying real-time analysis. - Spanner is not a supported destination for log exports. References: - [Pub/Sub Overview](https://cloud.google.com/pubsub/docs/overview) - [BigQuery Overview](https://cloud.google.com/bigquery/docs/overview) - [Cloud Storage Overview](https://cloud.google.com/storage/docs/overview)
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a DevOps Engineer for an energy client utilizing Google Kubernetes Engine (GKE) with logs being sent to Cloud Logging, the client desires real-time monitoring of application usage through these logs. What is the optimal destination for the export sink?
A
Cloud Storage
B
Pub/Sub
C
BigQuery
D
Spanner
No comments yet.