Too Long; Didn't Read
Many Kubernetes operators search for a command like “kubectl restart pod” that will allow them to restart pods that are stuck in pending status, or otherwise making mischief. However, the sad truth is there is no such command in Kubernetes.
But don’t give up - there are a few great workarounds that will help you restart your misbehaving pods and get them back in business. I’ll show five of them.