
Answer-first summary for fast verification
Answer: Configure cluster notifications to be sent to a Pub/Sub topic.
The correct answer is A because configuring cluster notifications to a Pub/Sub topic is the recommended method to receive real-time alerts about GKE cluster events such as upgrades and security bulletins. GKE natively supports sending notifications to Pub/Sub, which can then be routed to other services (e.g., email, Slack) via subscribers. Options B, C, and D are less direct or require manual intervention: querying BigQuery (B) or the GKE API (C) involves polling rather than event-driven alerts, and an RSS feed (D) may not provide timely or cluster-specific details.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a Google Kubernetes Engine (GKE) cluster administrator with clusters enrolled in a release channel, how can you receive notifications about important events like available upgrades and security bulletins affecting your clusters?
A
Configure cluster notifications to be sent to a Pub/Sub topic.
B
Execute a scheduled query against the google_cloud_release_notes BigQuery dataset.
C
Query the GKE API for available versions.
D
Create an RSS subscription to receive a daily summary of the GKE release notes.
No comments yet.