- Home
- All questions
- Question 450
CKA study material · question 450 of 1000
Why is parsing Kubernetes component logs fragile? Choose two.
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