Feature request: Port range forwarding
thehappycoder opened this issue · 1 comments
thehappycoder commented
Hi!
Would be handy. I am having an issue finding an easy solution to forward many UDP ports between minikube and host (local machine), so that I could do a video stream between 2 mobile phones via WebRTC video server running in minikube.
dobesv commented
I guess that would first require support for UDP forwarding... kubernetes/kubernetes#47862
Have you considered using a VPN instead ? Supposedly you can run a VPN server in kubernetes and use that to connect to kubernetes services or other computers.