I have configured a host with a kubernetes cluster with minikube. It has redis server running as a NodePort
and I am able to access the service if I am logged into the host, using the node ip and port. How do I redirect the requests from outside the host to the node which I believe is inside the host?
—- Request (custom.domain.com) —–> |Host (232.23.x.x)|——Redirect—->|Kubernetes Node (192.168.x.x)|
I am figuring out how to make the request to redirect to the node?