Exploring Istio
In this blog, we will delve deeper into what Istio is and showcase that you can accomplish quite a lot with minimal configuration, using a demo application called “microshop” which you can download from this repository as well if you want to play around with it.
What is a service mesh?
A service mesh is a dedicated infrastructure layer that facilitates secure and reliable communication between the microservices in a distributed application. It uses small sidecar components that act as proxies that work alongside your individual microservices to handle things like load balancing, security and observability. By abstracting these functions into sidecars, service meshes relieve the individual applications, providing more flexibility and control within distributed applications.