Kubernetes - kubectl Essential Commands
You run
kubectl port-forward pod/my-pod 8080:80 but get the error: error: unable to forward port because pod is not running. What is the most likely cause?