Remove Galley Architecture section (#7186)

Force merge because of netlify flaky failure.

* Remove Galley Architecture section

Galley no longer exists as a command, and the information documented in this section has not been true since the introduction of IstioD.  We should probably look at the information in the Citadel section as well, but I am less certain of that.

* Fix broken section links
This commit is contained in:
Mitch Connors 2020-05-05 09:54:05 -07:00 committed by GitHub
parent 561ff5a255
commit f7b92ca04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 9 deletions

View File

@ -127,13 +127,6 @@ on relatively unstable layer 3 or layer 4 network identifiers. 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 is Istio's configuration validation, ingestion, processing and
distribution component. It is 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

View File

@ -45,7 +45,7 @@ teams cannot interfere with each other.
We have also improved the [multicluster capabilities and usability](/docs/ops/deployment/deployment-models/).
We listened to the community and improved defaults for traffic control and
policy. We introduced a new component called
[Galley](/docs/ops/deployment/architecture/#galley). Galley validates that sweet,
[Galley](https://archive.istio.io/v1.1/docs/concepts/what-is-istio/#galley). Galley validates that sweet,
sweet YAML, reducing the chance of configuration errors. Galley will also be
instrumental in [multicluster setups](/docs/setup/install/multicluster/),
gathering service discovery information from each Kubernetes cluster. We are

View File

@ -182,7 +182,7 @@ concise list of things you should know before upgrading your deployment to Istio
### Configuration management
- **Galley**. Added [Galley](/docs/ops/deployment/architecture/#galley) as the
- **Galley**. Added [Galley](https://archive.istio.io/v1.1/docs/concepts/what-is-istio/#galley) as the
primary configuration ingestion and distribution mechanism within Istio. It
provides a robust model to validate, transform, and distribute configuration
states to Istio components insulating the Istio components from Kubernetes