I am running my application on Google Kubernetes Engine now i want to track all the operating system level changes in each pods and if any commands that particular user executed in the pods by doing exec into it
is there any way that i can get all bash history events and its timestamp in cloud logging from GKE pods?
thanks in advance