From d2612bc8cfd98729330578877eb82163b855c8ae Mon Sep 17 00:00:00 2001 From: mfornos Date: Wed, 4 Nov 2015 21:31:06 +0100 Subject: [PATCH] Added Registrator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e1c1ff..79c0117 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Denominator](https://github.com/Netflix/denominator) - Portably control DNS clouds using java or bash. - [Etcd](https://github.com/coreos/etcd) - Highly-available key-value store for shared configuration and service discovery. - [Eureka](https://github.com/Netflix/eureka/wiki/Eureka-at-a-glance) - REST based service that is primarily used in the AWS cloud for locating services for the purpose of load balancing and failover of middle-tier servers. +- [Registrator](https://github.com/gliderlabs/registrator) - Service registry bridge for Docker. Supports pluggable service registries, which currently includes Consul, etcd and SkyDNS 2. - [SkyDNS](https://github.com/skynetservices/skydns) - Distributed service for announcement and discovery of services built on top of etcd. It utilizes DNS queries to discover available services. - [SmartStack](https://github.com/airbnb/smartstack-cookbook) - Airbnb's automated service discovery and registration framework. - [Spring Cloud Config](http://cloud.spring.io/spring-cloud-config/) - Provides server and client-side support for externalized configuration in a distributed system.