Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DTLS load balancing for CoAP #334

Open
lulf opened this issue Oct 13, 2022 · 0 comments
Open

DTLS load balancing for CoAP #334

lulf opened this issue Oct 13, 2022 · 0 comments

Comments

@lulf
Copy link
Member

lulf commented Oct 13, 2022

Load balancing for DTLS over UDP requires that UDP packets from the same IP is routed to the same pod which was used for the initial handshake. The default Kubernetes kube-proxy setting is round robin. It is also possible to configure kube-proxy in different modes, using IPVS (See https://kubernetes.io/blog/2018/07/09/ipvs-based-in-cluster-load-balancing-deep-dive/)

This is however not supported by OpenShift. An alternative is to leave this up to the user of cloud provider load balancer-specific configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant