kubectl get pods
command to list all the pods running in the cluster and check if any suspicious or unauthorized pods are present.kubectl logs <pod-name> -c <container-name>
to identify any abnormal behavior or unauthorized API requests.kubectl port-forward
or kubectl proxy
to capture and analyze the network communication between the container and the API server.