mirror of https://github.com/istio/istio.io.git
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:
parent
8bbf55337c
commit
5b9396c170
|
|
@ -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 user’s 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue