harbur / kubernetic

Kubernetic - Supercharge your Kubernetes clusters
https://kubernetic.com
275 stars 26 forks source link

[Feature Request] log commands send to the cluster #259

Open hbinkle opened 3 years ago

hbinkle commented 3 years ago

It would be nice to have some king of log showing all the commands send to the cluster when doing any action.

dkapanidis commented 3 years ago

Just to clarify, are you looking for a list of all actions that are being performed by the user for historical reasons?

e.g:

Or are you looking for a history of all connections (e.g. list, view, watch resources)?

hbinkle commented 3 years ago

right, the first case is important for me. All modifying actions taken on the cluster like create, scale etc..... as well as stop/start pods, rolling updates etc...

Readonly calls like list, view etc. aren't that of interest, but if it's easier to implement any call (including readonly calls) in a log would do it also. Then we may filter out those calls.

dominch commented 3 years ago

I just wanted to make same issue, Command, or better command history would help with debuging, ie. when You have metrics empty and would like to test that in terminal You have to guess what command was used and what is answer.