Can’t tell the issue just from the fact that the service appears configured correctly. Did you test that the service actually returns data? You need to curl the nodeport on any of the cluster nodes:
- Get the IP address of a cluster node with
kubectl get nodes -o wide. Any node will do - Then test the nodeport (
32678in your screenshot)
Replacecurl http://<ip-of-a-node>:<node-port><ip-of-a-node>and<node-port>with values from your lab. If the curl does not succeed, the grader will mark you wrong.
service is correct and your node is not responding bro. I have been doing this task for 5 times
check your node first




