Often I need a diagnostic pod, and also often I need to install some basic stuff on the pod to start troubleshooting.
This is small diagnostic pod with a few useful tools. Checkout the Dockerfile for more info.
kubectl run --rm=true -it --image=spideyz0r/diagnostic-pod --restart=Never d-pod -- '/bin/bash'