How to see audit logs on kubernetes in GKE?

4/11/2020

How to see audit logs on kubernetes in GKE? I can see that nodes are added automatically and deleted also. I want to see the audit logs for these nodes in gke cluster.

-- devops
google-kubernetes-engine
kubernetes

1 Answer

4/15/2020

If I understood your request right, you are wondering on how to enable verbose operating system audit logs on Google KubernetesEngine.

This chapter of official documentation provides info on how to access Audit Logs.

Hope that helps.

-- Nick
Source: StackOverflow