Kubernetes Audit Logging Introduction
Explanation of Kubernetes Audit logging and an example of some policy configurations. Overview Kubernetes Auditing is part of the kube-apiserver, and will log all requests that the API Server processes for audit purposes. This is what an audit log looks like: These logs can give very useful information about what is happening in your cluster, and… Read More »