silenteh / gantryos

GantryOS: distributed systems kernel
1 stars 0 forks source link

[DISCOVERY] add service discovery #6

Open silenteh opened 9 years ago

silenteh commented 9 years ago

allow each container to be discovered via etcd and consul

silenteh commented 9 years ago

Consul is pretty good for service discovery: http://godoc.org/github.com/hashicorp/consul/api It also supports health checks for the services so we should add the healthcheck as well

Etcd is another one: https://github.com/coreos/go-etcd