From 9956d1198fafefcda4a58f86d4514add7ba2b90b Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Sat, 7 Oct 2017 00:42:06 +0200 Subject: [PATCH] Added Service Mesh tool @IstioMesh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfb41bb..88f8a29 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Docker Grand Ambassador](https://github.com/cpuguy83/docker-grand-ambassador) :skull: - This is a fully dynamic docker link ambassador. + [Article](https://docs.docker.com/engine/admin/ambassador_pattern_linking/) by [@cpuguy83][cpuguy83] * [docker-consul](https://github.com/gliderlabs/docker-consul) by [@progrium][progrium] * [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery by [@coreOS][coreos] +* [istio](https://istio.io/) - An open platform to connect, manage, and secure microservices by [@IstioMesh](istio) * [proxy](https://github.com/factorish/proxy) :skull: - lightweight nginx based load balancer self using service discovery provided by registrator. by [@factorish](https://github.com/factorish) * [registrator](https://github.com/gliderlabs/registrator) - Service registry bridge for Docker by [@gliderlabs][gliderlabs] and [@progrium][progrium]