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.