Akka on kubernetes k8s. Scheduling of downed unreachable nodes Akka on kubernetes k8s. Scheduling of downed unreachable nodes kubernetes kubernetes

Akka on kubernetes k8s. Scheduling of downed unreachable nodes


Because scheduling can take some time we only want to reschedule the container onto a new pod on a new node if unreachability is the cause of the failure.

Kubernetes manages all scheduling and health checks for you.

Is there any way to propagate failure messages to the parent in Kubernetes like use an exit code

Kubernetes creates events for some events, or you can watch the API for changes on Pods.

to make the decision of when to restart the container and when to delete the pod.

Kubernetes manages restart, scheduling and eviction of Pods.