We use istio in our environment and are seeing that HTTP/2 client connections are being downgraded to HTTP/1.1. The most reliable way to ensure that correct protocol version is used on the backend is to have the Service's port configurations include the appProtocol field and to set it to kubernetes.io/h2c for http ports.