oci-cloud-controller-manager icon indicating copy to clipboard operation
oci-cloud-controller-manager copied to clipboard

Support for http2 listener

Open prajithp13 opened this issue 1 year ago • 1 comments

FEATURE REQUEST

Currently, there is no service annotation available to enable the HTTP/2 listener. By default, it creates HTTP and HTTPS listeners for ports 80 and 443, respectively. This limitation makes it challenging to enable the HTTP/2 protocol for OCI load balancer, compelling the use of HTTP(s) when created from Kubernetes.

prajithp13 avatar Jan 30 '24 05:01 prajithp13

We do not have a plan to support http/2 with Kubernetes services as Kubernetes services are meant to be layer 4 networking abstractions. You can consider using OCI Native Ingress Controller instead though https://github.com/oracle/oci-native-ingress-controller. Let us know if you have a use case which can't be solved by Ingress controller

AkarshES avatar Jan 30 '24 15:01 AkarshES