Can we open a new terminal and watch the status of all the command we are runnin . . .

Shivesh:
Can we open a new terminal and watch the status of all the command we are running on K8Cluster like… I did it while creating the POD and in second terminal ran
#k get pod -o watch [For the Pod status]
Looking similar command for all the activities performed on the K8 Cluster.

unnivkn:
You have to configure auditing in k8s . https://kubernetes.io/docs/tasks/debug-application-cluster/audit/

unnivkn:
https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/

Tej_Singh_Rana:
Hello, @Shivesh
In the official exam, you will get only a single terminal. If you want multiple then try with tmux. But according to me a single terminal is more than enough for all the tasks.

Shivesh:
Sure Tej, Thanks Unniv,
Thanks for the help ! You guys very kind and prompt !!

Shivesh:
BTW - I was trying this ( two terminals ) via my lab setup !!

Tej_Singh_Rana:
If you are interested, you can see the demo video from this YT link - https://youtu.be/ZByl-a-eghc?t=513

Shivesh:
Thanks Tej,
Appears this video is to capture the output of a highest memory consuming POD and output was captured.

Shivesh:
However I am referring to something like you indicated “tmux” as you indicated in previous update !