Any ideas why it is not working?
Hi @AlekseiAnt
The issue with this task is that the Endpoints are missing for the Service in the kube-public namespace. Hence, we can not reach the web server from within the cluster.
Once you create the EndpointSlics resource with the correct name, label matching the Service and IP address of the student-node. You can create a test Pod in the kube-public namespace and curl the Service, and you should be able to reach the external web server.