kubernetes-sigs / blixt

Layer 4 Kubernetes load-balancer
Apache License 2.0
356 stars 51 forks source link

*Route support for multiple Gateways #40

Open rushi47 opened 1 year ago

rushi47 commented 1 year ago

Problem Statement

As of now UDPRoute/TCPRoute can only refer to one Blixt Gateway (via parentRefs) so we need to add support for multiple Gateways.

TO DO

shaneutt commented 1 year ago

This one isn't needed for initial UDPRoute support, ultimately though it belongs to both our UDP and TCP support so I'm renaming it as such and adding it to milestone 3.

shaneutt commented 1 month ago

Blocked by #300