I often sometimes my pods for debugging with kubectl delete pod, so it updates the container image. But every time I have to lookup
the complete name of the pod:
kubectl delete pod deployment_name-56fccbbfb8g4rj6
How can I just delete the pod without knowing the hash?