Hacker News new | ask | show | jobs
by natch 4058 days ago
What is a coordination service used for?
2 comments

Generally speaking: Application/service configuration and service discovery. Another example of this is http://consul.io
Roughly speaking, high availability (HA) clusters, and horizontal (ie. "add more nodes running an identical service to the pool") scaling.