Hi
I'm working on deploying a coturn project to Kubernetes.
I have succeeded in deploying STUN server to Kubernetes,
but when TURN server is deployed, there is an issue that it is not distributed to the same pod among peers. ๐ฅ๐ฅ๐ฅ

As shown in the figure below, a "Send Idication XOR-PEER-ADDRESS" request is sent to different POD IPs.
๐โโ๏ธ๐โโ๏ธ๐โโ๏ธ
@kskewes @MrOne-11 @misi
Help..๐ญ
Have you experienced this issue?
I am exploring how k8s networking works. I am experiencing k8s with Calico + Multus, but I don't yet have any solution. If any of you have such working solution already please share it..
@misi
Thank you for your quick response.
I'll share if it's resolved.
@raccoonback
With multus + sbr you can create in k8s such pod where you have global IPv4 and IPv6 and you can use k8s to run coturn.
Or an alternative to nat(1:1) global ip to a pod ip with calico and floating IP..
This is my final conclusion.. So the answer is yes.