Add diagram to what-is-istio page (#7283)

Force merge because of Netlify flake.

* Add architecture diagram to what-is-istio page

* Update index.md

* Update index.md

* Update content/en/docs/concepts/what-is-istio/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/concepts/what-is-istio/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
This commit is contained in:
Ram Vennam 2020-05-15 11:37:23 -04:00 committed by GitHub
parent cfbd480166
commit 5f347df8f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -45,7 +45,15 @@ between microservices, then configure and manage Istio using its control plane f
* Secure service-to-service communication in a cluster with strong identity-based authentication and authorization.
Istio is designed for extensibility and meets diverse deployment needs.
Istio is designed for extensibility and meets diverse deployment needs. It does this by intercepting and configuring mesh traffic as shown in the following diagram:
{{< image width="80%"
link="/docs/ops/deployment/architecture/arch.svg"
alt="The overall architecture of an Istio-based application."
caption="Istio Architecture"
>}}
Refer to [architecture](/docs/ops/deployment/architecture/) for more details.
## Core features