Internal HTTPS Routing in Istio.
Istio finally bringsinternal HTTPS routingwithSNI-based traffic rules. Services in the mesh can now talk over port 443—TLS fully intact. Just like in prod. TLS terminates at the ingress gateway. Routing pivots on SNI, not headers. Which makes this much closer to real-world mTLS flows. What’s the pla..