Re: [kubernetes-users] Cluster command history

2017-09-20 Thread gmerticariu
It seems like it. The documentation seems pretty straightforward: https://kubernetes.io/docs/tasks/debug-application-cluster/audit/ Thank you! Best, George -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe

Re: [kubernetes-users] Cluster command history

2017-08-29 Thread Matthias Rampke
Hey, I think audit logs[0] are what you need, potentially with some filtering on top. /MR [0] https://kubernetes.io/docs/tasks/debug-application-cluster/audit/#audit-logs On Tue, Aug 29, 2017 at 8:20 AM wrote: > Hi! > > I was wondering whether kubernetes provides a way to track the user > co

[kubernetes-users] Cluster command history

2017-08-29 Thread gmerticariu
Hi! I was wondering whether kubernetes provides a way to track the user commands history at cluster level. For example, when I run "kubectl delete deployment some-random-deployment" I would like to log a line similar with bash command history which says: - who run the command - which command w