processone / eturnal

STUN / TURN standalone server
https://eturnal.net
Apache License 2.0
225 stars 22 forks source link

eturnal helm chart #48

Open sando38 opened 11 months ago

sando38 commented 11 months ago

Provide a helm chart with respective dependencies to provide functional, scalable TURN services in kubernetes clusters.

Hazerre commented 3 months ago

Any update on this?

sando38 commented 3 months ago

Any update on this?

Hi, thanks for the interest. There is currently no progress on this part, but what is your use case?

Hazerre commented 3 months ago

Running Nextcloud in a k8s cluster. Try to use their talk application. Fails, stating it needs a TURN server. Looked to see if you guys had a helm chart to make it easy for me to deploy eturnal and solve the issue.

sando38 commented 3 months ago

Okay! If you do not use Nextcloud's "High Performance Backend" for talk, then I would recommend a dedicated TURN server on a separate virtual machine.

If you use the HPB, then I would recommend you take a look into this WebRTC TURN server solution deployable with Helm charts: https://github.com/l7mp/stunner . It works very well at the cost that you need a separate LoadBalancer service most likely for your kubernetes environment (unless you want to use NodePorts).