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

CKA study material · question 450 of 1000

Why is parsing Kubernetes component logs fragile? Choose two.

  1. Entry text and formatting carry no API stability guarantee
  2. Structured logging is only partial, so unstructured lines remain
  3. Logs are only retained for one minute
  4. Logs are encrypted at rest
Show the answer

Answer: A. Entry text and formatting carry no API stability guarantee
B. Structured logging is only partial, so unstructured lines remain

Log formatting can change between releases, and the migration to structured logging is incomplete.

Source: System Logs (Kubernetes) — System Logs

Challenge yourself on this topic → Study as cards