Skip to content

Commit

Permalink
Update links now that example is in master (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
junr03 authored Sep 12, 2016
1 parent ef54a03 commit d086cb6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/install/sandboxes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ Below you can see a graphic showing the docker compose deployment:

All incoming requests are routed via the front envoy, which is acting as a reverse proxy sitting on
the edge of the ``envoymesh`` network. Port ``80`` is mapped to port ``8000`` by docker compose
(see `docker-compose.yml
<https://github.com/lyft/envoy/blob/docker-example/example/docker-compose.yml>`_). Moreover, notice
(see :repo:`/example/docker-compose.yml>`). Moreover, notice
that all traffic routed by the front envoy to the service containers is actually routed to the
service envoys (routes setup in `front-envoy.json
<https://github.com/lyft/envoy/blob/docker-example/example/front-envoy.json>`_). In turn the service
service envoys (routes setup in :repo:`/example/front-envoy.json>`). In turn the service
envoys route the request to the flask app via the loopback address (routes setup in
`service-envoy.json
<https://github.com/lyft/envoy/blob/docker-example/example/service-envoy.json>`_). This setup
:repo:`/example/service-envoy.json>`). This setup
illustrates the advantage of running service envoys collocated with your services: all requests are
handled by the service envoy, and efficiently routed to your services.

Expand Down

0 comments on commit d086cb6

Please sign in to comment.