VMware Aria Automation 8.x Professional (2023) — Question 1
An administrator set the following value: ENABLE_AUDIT_LOGGING=true during a cluster deployment. What was the purpose of this setting?
Answer options
- A. Log metadata about all requests made to the Kubernetes API server.
- B. Enable log redirection to external logging server by Fluent Bit.
- C. Run scripts that collect Kubernetes API output, node logs, and node command-line output.
- D. Activate the kubectl describe command for CustomResourceDefinitions (CRDs) introduced by Cluster API.
Correct answer: A
Explanation
The correct answer is A because enabling audit logging allows the system to track and record all requests made to the Kubernetes API server, which is essential for security and compliance. Options B, C, and D do not relate to the primary function of audit logging; they involve log redirection, script execution for output collection, and command activation for CRDs, respectively.