- Home
- All questions
- Question 898
CKA study material · question 898 of 1000
Which workload object suits a node-level logging agent, and why?
Show the answer
Answer: B. A DaemonSet, because one instance per node is needed
A node-level agent must run on every node and reads the log files of all containers there, which is exactly the DaemonSet pattern; it needs no change to the applications.
Source: Logging Architecture (Kubernetes) — Cluster-level logging architectures › Using a node logging agent