Hacker News new | ask | show | jobs
by pm90 3375 days ago
One solution is to use a distributed key value store (like etcd) to coordinate tasks. Kubernetes does that (AFAIK); you should definitely check that out.