- Home
- All questions
- Question 897
CKA study material · question 897 of 1000
Kubernetes provides no cluster-level logging of its own. Which two of the following are documented approaches? Choose two.
Show the answer
Answer: A. A node-level logging agent on every node
C. A sidecar container in each application Pod
The three documented options are a node-level agent, a logging sidecar, or the application pushing directly to a backend. Neither etcd nor the kubelet aggregates logs.
Source: Logging Architecture (Kubernetes) — Cluster-level logging architectures