Listing pod exec sessions in Kubernetes

Viewed 29

I've got a cassandra pod in which I can see several cqlsh sessions running. Since this is a shared dev kubernetes cluster, I figure it must be some devs running kubectl exec into the pod to run some queries.

My question is then if there is a way to list and get any information on all the execs for a given pod.

0 Answers
Related