A Kubernetes audit policy should exist

Set up the kubernetes integration.

Description

Kubernetes should audit the details of requests made to the API server.

Remediation

  1. Refer to the Kubernetes documentation on how to create an audit policy file for your cluster.
  2. Assign the policy to the --audit-policy-file parameter.
--audit-policy-file=<path-to-audit-policy-file>