Kubernetes Container application process recovery in case of Node failure

2/18/2020

In case of ec2 spot instances, if the node fails is there any way to migrate the running process of an application inside the docker container automatically to another node in the same state it was before the termination started?

-- Sushil
amazon-web-services
eks
kubernetes

1 Answer

2/18/2020

Kubernetes doesn't support container migration.

-- Matt
Source: StackOverflow