Itβs kind of like comparing apples to oranges.
Edges like Traefik or Nginx are better than Envoy , the proxy server that uses Istio. The Envoy proxy server is automatically installed by Istio next to each module.
Istio provides several higher-level capabilities outside of Envoy, including routing, ACLing, and a policy for searching and accessing services through a set of services. Essentially, it combines the Envoy services suite. This design pattern is often called a service grid.
Istio is currently limited to deploying Kubernetes in a single cluster, although work is currently underway to address these time constraints.
source share