Kubernetes audit logs are detailed descriptions of each call made to the Kubernetes API Server. They provide a chronological sequence of activities that lead to the state of the system at a specific moment.
Configured with either a Dynamic Backend or a Log Backend, get access to Kubernetes audit logs without using any agents.
Gain insight into Authentication and Authorization requests hitting your Kubernetes API server, alongside errors and timeouts that help you pinpoint users, hosts and IP addresses that should not be accessing your resources.
Track error codes, verbs, and resources to pinpoint what is getting accessed with what kubectl
command.
As you can see, Kubernetes audit logs are extremely useful for security and compliance purposes, telling you exactly who did what, when, and how.