I am trying to host Mediasoup server in GCP Kubernetes cluster to make it scalable.
I am not sure how to expose rtc ports.
Does anyone know how to expose multiple UDP/TCP ports in GCP Kubernetes?
1 Like
Not an expert in Kubernetes here. The only thing I know is that you should use host networking within mediasoup and Docker for the RTC ports instead of forwarding.
1 Like