- A service mesh is a dedicated infrastructure layer that you can add to your applications. It allows you to transparently add capabilities like observability, traffic management, and security, without adding them to your own code
- Source: what-is-a-service-mesh
- Istio is a service mesh
- Istio extends Kubernetes to establish a programmable, application-aware network using the powerful Envoy service proxy.
- Working with both Kubernetes and traditional workloads, Istio brings standard, universal traffic management, telemetry, and security to complex deployments.
(Source image: https://istio.io/latest/docs/ops/deployment/architecture/)
- Visit https://istio.io/latest/
- TODO
- https://github.com/Azure-Samples/aks-istio-addon-bicep
- https://learn.microsoft.com/en-us/azure/aks/istio-about
- None