Ask HN: Simple cluster self-healing system?
I'm looking for a Linux based solution that, like the simplest uses of kubernetes, can run, monitor to insure N copies of task is running somewhere on a specified cluster on reachable hosts. I'm getting to kubernetes, but need something simpler first.
6 comments
[ 2.9 ms ] story [ 22.5 ms ] thread- ask for task heartbeat
- make sure nodes in cluster pingable
- run N copies of task on reachable hosts
That's it.