How to upgrade Istio Service Mesh from http to http2?
问题 We are on Kubernetes and use Istio Service Mesh. Currently, there is SSL Termination for HTTPS in Gateway. I see in the istio-proxy logs that the HTTP protocol is HTTP 1.1. I want to upgrade HTTP 1.1 to HTTP2 due to its various advantages. Clients should call our services HTTP2 over SSL/TLS. I am using this blog for an internal demo on this topic. These are the bottlenecks: 1) I want to propose a plan which will causes least amount of changes. I understand I need to update the Gateway from