HTTP2 backend #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Protocol selection:
https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/
Istio can automatically detect HTTP and HTTP/2 traffic. If the protocol cannot automatically be determined, traffic will be treated as plain TCP traffic.
https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#explicit-protocol-selection
https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#http-gateway-protocol-selection
HTTP versionto HTTP2 gatewayMaybe I switch from HTTP2 gateway to HTTP2 backend, as noticed that once I have HTTPS, the traffic automatically gets set to HTTP2
HTTP2 gatewayto HTTP2 backendWelp couldn't manage so will set it at the bottom of priorities and move on to other things.
Noticed that by setting the name of the port from the service object, as "http2", it did send HTTP2 traffic (according to logs generated), BUT:
No idea how to handle this.