- Home
- All questions
- Question 936
CKA study material · question 936 of 1000
Which two statements about enabling API server auditing are correct? Choose two.
Show the answer
Answer: A. Without --audit-policy-file nothing is audited
C. A policy file with no rules is rejected as illegal
Auditing is off until a policy file is supplied, and the rules field must be provided — a policy with zero rules is not accepted.
Source: Auditing (Kubernetes) — Audit policy