Hello KK Team,
I’m stuck doing labs of [Kubernetes for the Absolute Beginners - Hands-on Tutorial] course.
In the topic [Services > Demos Services] (Kubernetes for the Absolute Beginners – Hands-on Tutorial | KodeKloud) It is possible to reach the service (webpage) from the [laptop] which is in the same network of the [node]. Or I’m missing something .
To resume I’ve a host in the network: 192.168.0.0
my desktop in the same network 192.168.0.0
The node has the network 192.168.49.0
the pods are using the network 172.17.0.0
From my desktop I can ping host and make ssh session.
From the host I can curl the app on the Cluster
From my desktop I can’t reach the app/ping the cluster IP
I believe it is missing something to tell my host to listen requests in the interface [192.168.0.0] and forward it to [192.168.49.0].
Am I missing something or misunderstand the course topic?
Thank you very much for your time!
Cheers.
Raul.