Kubernetes Ingress running behind nginx reverse proxy
问题 I have installed minikube on a server which I can access from the internet. I have created a kubernetes service which is available: >kubectl get service myservice NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE myservice 10.0.0.246 <nodes> 80:31988/TCP 14h The IP address of minikube is: >minikube ip 192.168.42.135 I would like the URL http://myservice.myhost.com (i.e. port 80) to map to the service in minikube. I have nginx running on the host (totally unrelated to kubernetes). I can set up a virtual