add initial galley intro to "what is istio" concept page (#2113)

This commit is contained in:
Jason Young 2018-08-01 12:10:58 -07:00 committed by Martin Taillefer
parent 2bbe9eef03
commit 2db7f5648d
1 changed files with 9 additions and 0 deletions

View File

@ -195,6 +195,15 @@ on network controls. Starting from release 0.5, you can use
[Istio's authorization feature](/docs/concepts/security/#authorization) to control
who can access your services.
### Galley
Galley validates user authored Istio API configuration on behalf of
the other Istio control plane components. Over time, Galley will take
over responsibility as the top-level config ingestion, processing and
distribution component of Istio. It will be responsible for insulating
the rest of the Istio components from the details of obtaining user
configuration from the underlying platform (e.g. Kubernetes).
## Design Goals
A few key design goals informed Istios architecture. These goals are essential