From b6f5a66fabdfb6350d955a784844f45f2705c9f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Cro=C3=ABs?= Date: Wed, 13 Dec 2017 18:22:05 +0100 Subject: [PATCH] Grammar --- README.md | 2 +- docs/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8c09ca96..8e2b7809a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you want your users to access some of your microservices from the Internet, y - path `domain.com/web` will point the microservice `web` in your private network - domain `backoffice.domain.com` will point the microservices `backoffice` in your private network, load-balancing between your multiple instances -But a microservices architecture is dynamic... Services are added, removed, killed or upgraded often, eventually several times a day. +Microservices are often deployed in dynamic environments where services are added, removed, killed, upgraded or scaled many times a day. Traditional reverse-proxies are not natively dynamic. You can't change their configuration and hot-reload easily. diff --git a/docs/index.md b/docs/index.md index 0ee4f79d9..4ff7d5dcf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ If you want your users to access some of your microservices from the Internet, y - path `domain.com/web` will point the microservice `web` in your private network - domain `backoffice.domain.com` will point the microservices `backoffice` in your private network, load-balancing between your multiple instances -But a microservices architecture is dynamic... Services are added, removed, killed or upgraded often, eventually several times a day. +Microservices are often deployed in dynamic environments where services are added, removed, killed, upgraded or scaled many times a day. Traditional reverse-proxies are not natively dynamic. You can't change their configuration and hot-reload easily. @@ -129,7 +129,7 @@ Start it from within the `traefik` folder: docker-compose up -d ``` -In a browser you may open [http://localhost:8080](http://localhost:8080) to access Træfik's dashboard and observe the following magic. +In a browser, you may open [http://localhost:8080](http://localhost:8080) to access Træfik's dashboard and observe the following magic. Now, create a folder named `test` and create a `docker-compose.yml` in it with this content: