basically I did all the steps here https://kubernetes.io/docs/tutorials/hello-minikube/
Create a kubectl deployment and service, exposed the service, but unlike in the tutorial i had to use 'minikube tunnel' for my services to have an external-ip. (output without minikube tunnel running is for EXTERNAL-IP). When I try to access the hello-node app in the browser i eventually get the error message 'The requested URL could not be retrieved ... Connection timed out'
I can curl the URL just fine, even without 'minikube tunnel' running, and I get the correct output. Anybody have an idea what I am missing?
The minikube dashboard works fine in my browser, and the services have their corresponding 'External Endpoints' set if minikube tunnel is active.
Ubuntu 18.04 minikube v1.7.2 kubectl 1.17
If you need more information please tell me!
/e: curl command 'curl -L http://10.102.24.206:8080/'
'curl -L http://192.168.99.102:32243/' works fine aswell