mirror of https://github.com/istio/istio.io.git
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:
parent
cfbd480166
commit
5f347df8f4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue