Can we re-schedule a running pod on a different node without killing/re-creating . . .

Hasan Marzooq:
Can we re-schedule a running pod on a different node without killing/re-creating it?

Rusty:
Great question. I don’t think its possible to do that.

OE:
There is no live migration of pods in Kubernetes. If you just want to re-schedule it on a different node, you could:

• cordon the node it is running on
• delete the pod which triggers a reschedule