Study. uk . com
  1. Home
  2. All questions
  3. Question 400

CKA study material · question 400 of 1000

Which are documented patterns for cluster-level logging? Choose two.

  1. A dedicated logging sidecar in the application Pod
  2. A node-level logging agent on every node
  3. A built-in Kubernetes log aggregator
  4. Writing logs directly into etcd
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

Challenge yourself on this topic → Study as cards