trying out new link fix

This commit is contained in:
Shriram Rajagopalan 2017-04-05 17:12:50 -04:00
parent f8ea6a2c20
commit 5a781a5f1a
1 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ and usage policies across the service mesh and collects telemetry data from
proxies and istio-managed services alike. The Istio proxy extracts request proxies and istio-managed services alike. The Istio proxy extracts request
level attributes that are then evaluated by the mixer. More info on the level attributes that are then evaluated by the mixer. More info on the
attribute extraction and policy evaluation can be found attribute extraction and policy evaluation can be found
[here]({{site.baseurl}}/docs/reference/attributes.md). The mixer includes a flexible plugin model enabling [here](../reference/attributes.md). The mixer includes a flexible plugin model enabling
it to interface to a variety of host environments and configured backends, it to interface to a variety of host environments and configured backends,
abstracting the proxy and Istio-managed services from these details. abstracting the proxy and Istio-managed services from these details.
@ -38,11 +38,11 @@ The Istio manager serves as an interface between the user
and Istio, collecting configuration, validating it and propagating it to and Istio, collecting configuration, validating it and propagating it to
various components. It abstracts platform-specific implementation details various components. It abstracts platform-specific implementation details
from the mixer and proxies, providing them with an from the mixer and proxies, providing them with an
[abstract representation]({{site.baseurl}}/docs/guides/model.md) of user's services that is independent [abstract representation](model.md) of user's services that is independent
of the underlying platform. In addition, [traffic management rules]({{site.baseurl}}/docs/reference/rule-dsl.md) of the underlying platform. In addition, [traffic management rules](../reference/rule-dsl.md)
(i.e. generic layer-4 rules and layer-7 HTTP/gRPC routing rules) (i.e. generic layer-4 rules and layer-7 HTTP/gRPC routing rules)
can be programmed at runtime via the Istio Manager. can be programmed at runtime via the Istio Manager.
<img src="{{site.baseurl}}/img/arch.svg" alt="The overall architecture of an Istio-based service."> <img src="../../img/arch.svg" alt="The overall architecture of an Istio-based service.">
<div id="toc" class="toc mobile-toc"></div> <div id="toc" class="toc mobile-toc"></div>