How to see all kubectl commands issued to the cluster by every user?

11/16/2021

I want to see all commands issued to our Kubernetes cluster via kubectl. Is there any native way of doing it?

-- humble_wolf
kubectl
kubernetes

1 Answer

11/16/2021

Enable k8s audit log, use policy for fine grain logging.

-- gohm'c
Source: StackOverflow