[ad_1]
I’m trying to route outside traffic to certain nodeports inside my kubernetes cluster for a school project. I know this should be done with an ingress controller or a load balancer but due to some constraints with the academic clusters we are using, we can only use nodeports. Is it possible to use a NGINX pod using the host network to manage this?
[ad_2]