Playing with Istio Service Mesh on Kubernetes

What is Istio? Google presents Istio as an open platform to connect, monitor, and secure microservices. Istio is a service mesh implementation that provides many cloud-native capabilities like: Traffic management: Service Discovery, Load balancing, Failure recovery, A/B testing, Canary releases, etc… Observability: Request Tracing, Metrics, Monitoring, Auditing, Logging, etc… Security: ACLs, Access control, Rate limiting, End-to-end authentication, etc… Istio delivers all these great features without any changes to the code of the microservices running with it on the same Kubernetes cluster....

March 10, 2019 · 22 min