kubectl exec
command to access the container and inspect the shell configuration file for any unauthorized modifications.kubectl logs
to identify any suspicious activities or commands executed within the container.kubectl get pods
command to list all the pods in the cluster.kubectl exec
command to access the shell of the affected pod.