TCP and UDP routing in minikube without using hostNetwork

6/29/2019

I want to do tcp and udp port forwarding to non-http ports in minikube without having to set the hostNetwork to true on the ingress controller. I also want this to be done entirely with a kubernetes resource definition yaml files. I don't want to use minikube tunnel or anything or have to run anything outside of kubernetes. Please let me know if you have any questions or need further clarification.

-- Josh Woodcock
kubernetes
minikube

0 Answers