
Answer-first summary for fast verification
Answer: For logs to be ingested, the Stackdriver Logging agent must be installed on every node within your cluster., Stackdriver serves as the default logging mechanism for clusters on Google Kubernetes Engine.
Cloud Operations (Stackdriver) is the default logging solution for clusters on Google Kubernetes Engine. To ensure logs are ingested, the Stackdriver Logging agent must be deployed to each node in your cluster. This agent is essentially a configured fluentd instance, with its configuration stored in a ConfigMap and managed via a Kubernetes DaemonSet. The exact deployment details of the ConfigMap and DaemonSet can vary based on your cluster's specific setup. While Stackdriver Logging is enabled by default on new clusters, it is possible to opt-out if desired.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which two statements accurately describe Cloud Operations (Stackdriver) Logging when used with Kubernetes Engine? (Select Two)
A
Stackdriver Logging is automatically enabled on new clusters, with no option to disable it.
B
For logs to be ingested, the Stackdriver Logging agent must be installed on every node within your cluster.
C
Stackdriver serves as the default logging mechanism for clusters on Google Kubernetes Engine.
D
The deployment specifics of the ConfigMap and DaemonSet for your cluster are influenced by your node licenses.
No comments yet.