Skip to content

Commit 45302ed

Browse files
committed
Add Istio architecture diagram to intro
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 49977fb commit 45302ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_posts/2021-05-19-istio-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ A service mesh can be used to apply policies to network communication, encrypt t
2525

2626
[Istio](https://istio.io) is one of the most popular service meshes available for use with Kubernetes and with help from the team at Google, we've recently updated the support and documentation for using Istio with OpenFaaS.
2727

28+
![Istio architecture diagram](https://istio.io/latest/docs/ops/deployment/architecture/arch.svg)
29+
30+
> [Istio's mesh](https://istio.io/latest/docs/ops/deployment/architecture/) created by injecting Envoy proxies into each Pod to encapsulate networking
31+
2832
The value for users is:
2933
* Providing more advanced and flexible policy than Kubernetes' NetworkPolicies
3034
* Encrypting traffic between all OpenFaaS components and functions for "zero trust"

0 commit comments

Comments
 (0)