Kubernetes Auditing allows you to track the requests made to the API server in your cluster. This includes activities performed by users, applications, and the control plane. This data consists of chronological records that are stored in an audit log. The specific data captured and stored is defined in the audit policy. The audit log can be used to troubleshoot issues, monitor the cluster, and investigate security incidents.
Upon completion of this lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
kubectl
output formattingThe following content can be used to fulfill the prerequisites:
June 26th, 2025 - Updated to run Kubernetes 1.33
July 13th, 2024 - Updated cluster to Kubernetes 1.30