kubectl exec
command to access the container where the event occurred and check for any suspicious activities or modifications to the shell history file. For example: kubectl exec -it <pod-name> -- /bin/bash
.kubectl get pods
command to list all the Pods in the cluster.