
I use Istio to secure east-west traffic between my microservices, ensuring that only legitimate traffic flows between them and blocking unwanted traffic. I appreciate that it enables mutual TLS, providing additional security. I like the way Istio allows connectivity between microservices, especially as we transition from traditional three-tier web architecture to microservices architecture. It also offers both security and tracing capabilities, which are crucial. Also, while Kiali was helpful before, now I find Jaeger does a great job. Review collected by and hosted on G2.com.
Initially, Istio was not easy to set up. Also, the way Istio injected the Envoy proxy into every microservice was hogging the microservices and caused high resource utilization. They could also work on simplifying the complexity, similar to how Linkerd is. Review collected by and hosted on G2.com.




