Open fire opened 5 years ago
At the moment Envoy itself (which Kuma use as a Data Plane) does not support UDP https://github.com/envoyproxy/envoy/issues/492 As soon as this is implemented we can take a look at supporting it in Kuma.
Ping. Status changed on the 492 issue.
Envoy now supports UDP and QUIC from what I can tell.
That's true. It should be pretty straightforward to implement.
We need to add support for another protocol in protocol
tag (just like we did recently for HTTP2 and gRPC in progress).
Then instead of TCPProxy
we need to set UDPProxy
filter. Also listener's socket should be opened as UDP.
When generating outbound listeners we also need to look if protocol is UDP and set proper filter and socket type
@tharun208 will check this one.
This issue was inactive for 30 days it will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant please comment on it promptly or attend the next triage meeting.
It is still relevant.
This issue was inactive for 30 days it will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant please comment on it promptly or attend the next triage meeting.
This issue was inactive for 30 days it will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant please comment on it promptly or attend the next triage meeting.
It is still relevant.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
It is still relevant.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This is still a thing. It would be useful with https://gateway.envoyproxy.io/v0.3.0/user/udp-routing/.
@mskarbek - I don't think this is currently on our roadmap but if you'd like to implement this we will help you with the PR. FYI @lahabana @jakubdyszkiewicz
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
Summary
Support DTLS or UDP routing? This is useful for game server hosting that uses kuma as a load balancer and for things like internet of things endpoints.
Steps To Reproduce
Use kuma.
Additional Details & Logs