- Home
- All questions
- Question 933
CKA study material · question 933 of 1000
An auditor asks whether Kubernetes auditing would record someone reading a Secret file directly from a node's disk. What is the answer?
Show the answer
Answer: D. No; auditing records only what reached the API server
Audit records begin their lifecycle inside kube-apiserver, so activity that never goes through the API — such as reading files on a node — leaves no audit trail.
Source: Auditing (Kubernetes) — Auditing (body)