blixt
blixt copied to clipboard
*Route support for multiple Gateways
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
- [ ] Update UDPRoute controller to add multiple-Gateway support
- [ ] Update TCPRoute controller to add multiple-Gateway support
- [ ] (?) Add fixes on data plane side
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.
Note that this is now blocked on https://github.com/kubernetes-sigs/blixt/milestone/8, and the work should be done in the upcoming Rust control-plane afterwards.
/label blocked