Coturn: Can I deploy Turn servers on Kubernetes

Created on 9 Mar 2020  ยท  4Comments  ยท  Source: coturn/coturn

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. ๐Ÿ˜ฅ๐Ÿ˜ฅ๐Ÿ˜ฅ

image

As shown in the figure below, a "Send Idication XOR-PEER-ADDRESS" request is sent to different POD IPs.

๐Ÿ™‹โ€โ™‚๏ธ๐Ÿ™‹โ€โ™‚๏ธ๐Ÿ™‹โ€โ™‚๏ธ

Questions

  1. Is it possible to deploy a TURN server in Kubernetes?
  2. Have you had a similar issue?
question

All 4 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bradennapier picture bradennapier  ยท  5Comments

marcelrouw picture marcelrouw  ยท  6Comments

ShubhangiSGaikwad picture ShubhangiSGaikwad  ยท  3Comments

guedou picture guedou  ยท  6Comments

ymichaelson picture ymichaelson  ยท  4Comments