Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for http2 listener #449

Open
prajithp13 opened this issue Jan 30, 2024 · 1 comment
Open

Support for http2 listener #449

prajithp13 opened this issue Jan 30, 2024 · 1 comment

Comments

@prajithp13
Copy link

prajithp13 commented Jan 30, 2024

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 prajithp13 changed the title Support http2 listener Support for http2 listener Jan 30, 2024
@AkarshES
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants