Automatic restart after crash on Google Container Engine

8/18/2016

I'm trying to figure out if my application process running on GKE will automatically restart in case of crash (f.e. on traditional setup I would create upstart script to handle that)?

-- Adrian Serafin
docker
google-cloud-platform
google-kubernetes-engine

1 Answer

8/19/2016

If your pod's Restart Policy is Always, then it will be restarted by kubelet in case of crash.

-- CJ Cullen
Source: StackOverflow