Solved

Which Step Must Be Taken to Enable Centralized Logging in a Kubernetes

Question 7

Multiple Choice

Which step must be taken to enable centralized logging in a Kubernetes environment?


A) No steps need to be taken. The master node automatically aggregates logs from all worker nodes and stores them on the specified persistent volume.
B) Create a CustomResourceDefinition in each deployment that specifies the IP or names the log collector.
C) Deploy a sidecar node that aggregates logs from the entire cluster.
D) Create a DaemonSet that deploys a container with a logging agent on every node in the cluster.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions