kubectl get pods --all-namespaces
command to list all running pods in the cluster and check for any suspicious or unauthorized pods.kubectl describe pod <pod_name> -n <namespace>
command to get more details about a specific pod and check for any suspicious network-related activities.