Update overview's Pilot definition (#409)

Focus on responsibilities rather than location ("user" in the sentence was ambiguous and a bit confusing).
This commit is contained in:
JJ Geewax 2017-07-19 11:28:24 -07:00 committed by Laurent Demailly
parent 8bbf55337c
commit 5b9396c170
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ evaluation can be found in [Mixer Configuration]({{home}}/docs/concepts/policy-a
### Pilot
[Pilot]({{home}}/docs/concepts/traffic-management/pilot.html) serves as an interface between the user and Istio, collecting and validating configuration and propagating it to the various Istio components.
[Pilot]({{home}}/docs/concepts/traffic-management/pilot.html) is responsible for collecting and validating configuration and propagating it to the various Istio components.
It abstracts environment-specific implementation details from Mixer and Envoy, providing them with an abstract representation of the users services
that is independent of the underlying platform. In addition, traffic management rules (i.e. generic layer-4 rules and layer-7 HTTP/gRPC routing rules) can
be programmed at runtime via Pilot.