
Answer-first summary for fast verification
Answer: Stackdriver serves as the default logging solution for clusters launched on Google Kubernetes Engine., For log ingestion, the Stackdriver Logging agent must be installed on every node within your cluster.
The accurate statements regarding Cloud Operations (Stackdriver) Logging with Google Kubernetes Engine (GKE) are: 1. **Stackdriver as Default**: GKE clusters are set up by default to utilize Cloud Logging (previously known as Stackdriver Logging), offering integrated log collection and analysis. 2. **Logging Agent Requirement**: To collect logs from the nodes in your GKE cluster, the Cloud Logging agent must be deployed as a DaemonSet, ensuring it operates on every node to gather logs from all containers. **Incorrect Options Explained**: - The deployment of the logging agent does not hinge on node licenses. - Although Stackdriver Logging is enabled by default on new clusters, it is possible to opt out during the cluster creation process.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Which two statements accurately describe Cloud Operations (Stackdriver) Logging in relation to Google Kubernetes Engine (GKE)? (Select 2)
A
Stackdriver serves as the default logging solution for clusters launched on Google Kubernetes Engine.
B
The deployment of the ConfigMap and DaemonSet for your cluster is influenced by your node licenses.
C
For log ingestion, the Stackdriver Logging agent must be installed on every node within your cluster.
D
By default, Stackdriver Logging is enabled on new clusters, with no option to disable it.