how to fetch audit log from a azure kubernetes cluster? later i want to use it to define using audit2rbac tool

7/17/2019

Need to define RBAC based on the audit log. This can be a regular process to onboard a team and provide access.

I find audit2rbac tool simple and clear to use.

Need guidance wrt kubernetes service on azure.

-- atul sahu
audit
azure
azure-aks
azure-kubernetes
kubernetes

1 Answer

7/19/2019

The control plane log streams (including the audit log) are available through Azure diagnostic logs. See here:

https://docs.microsoft.com/azure/aks/view-master-logs

-- Sean McKenna
Source: StackOverflow