Is there any way to support quic http/3 protocol in the ingress? #2866
-
Hello. Is there any way I could enable the support for quick http/3 protocol in the nginx inc ingress and force it to all tls ingress resources somehow? I am just wondering how far is the http/3 implementation inside nginx ingress have come and is it available to test? Thank You. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This NGINX Ingress Controller project is pure NGINX. Without additional components such as OpenResty or LUA. One of the things that has been delaying http/3 (quic) is OpenSSL. You can find the official NGINX quic work here: https://quic.nginx.org/ |
Beta Was this translation helpful? Give feedback.
This NGINX Ingress Controller project is pure NGINX. Without additional components such as OpenResty or LUA.
That said; if NGINX supports it, it can be done with this project.
The question usually comes down to how the configuration is achieved at a particular moment in time.
One of the things that has been delaying http/3 (quic) is OpenSSL.
That said, this project does have customers who build their own images and use brotli or boring.
You can find the official NGINX quic work here: https://quic.nginx.org/