- Home
- All questions
- Question 400
CKA study material · question 400 of 1000
Which are documented patterns for cluster-level logging? Choose two.
Show the answer
Answer: B. A node-level logging agent on every node
A. A dedicated logging sidecar in the application Pod
Kubernetes provides no native solution; the patterns are a node agent, a sidecar, or the application pushing directly.
Source: Logging Architecture (Kubernetes) — Cluster-level logging architectures