Alez
Alez

Reputation: 2649

Use Kubernetes with QUIC and HTTP/3

Is there a way to configure Kubernetes to work with HTTP/3 and QUIC?

QUIC protocol is a quite new transport protocol, explained in the RFC9000, that many research highlight to mix the advantages of TCP and UDP protocols.

The only thing I found is that NGINX is developing a branch nginx-quic to add the support for QUIC but is still on in beta version and I don't know how to try inside Kubernetes.

I cannot find a solution to configure Services and Ingress, within a Kubernetes deployment, with QUIC.

Upvotes: 1

Views: 1170

Answers (1)

James S
James S

Reputation: 1314

This was the last update from the Roadmap for QUIC and HTTP/3 Support in NGINX article from about three months ago:

The latest update for our QUIC+HTTP/3 implementation is the release of binary packages. The plan is to merge the QUIC+HTTP/3 into the NGINX Open Source mainline branch in the next few months, but I don't have an exact date. To be sure you know as soon as the merge happens, you can subscribe to this link

Upvotes: 1

Related Questions