Istio and service mesh


Istio lets you easily interconnect microservices within a Kubernetes cluster in a sort of overlay network called a service mesh. All traffic leaving and entering your mesh is proxied by the Envoys that are actually implementing your application data plane networking. On the other hand, the control plane of your service mesh is implemented by istiod