Add UDPRoute to VirtualService#3698
Conversation
Add a Udp field on VirtualService and a UDPRoute message describing L4 routing for UDP traffic. Mirrors the existing TCPRoute structure. This is the natural place for Gateway API UDPRoute translations to live on the Istio side.
|
😊 Welcome @kirgene! This is either your first contribution to the Istio api repo, or it's been You can learn more about the Istio working groups, Code of Conduct, and contribution guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
|
Hi @kirgene. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
This is a big step; Istio has never supported UDP service-to-service. We'd need a design doc to even begin to understand how this feature would work |
Adds a
udpfield onVirtualServiceand aUDPRoutemessage for L4 UDP routing. Mirrors the existingTCPRoutestructure.Used by istio/istio#59664 to carry Gateway API UDPRoute translations alongside HTTP, TCP, and TLS routes.