docs
docs copied to clipboard
Nodeport alternative for RTCD configuration
Summary
This is in conjunction with this change to the mattermost-rtcd helm chart.
By default, mattermost-rtcd requires both a headless service (not a huge deal) and host network access to the Kubernetes nodes (yes a huge deal). These PRs basically just adds an option to expose the UDP rtcd endpoint via a NodePort instead of giving direct network level access to all rtcd pods and ports.
Also a note on the ability to put all of your nodes behind a load balancer for more protection for your kubernetes cluster nodes.
Ticket Link
No ticket