Day 63: Deploy Iron Gallery App on Kubernetes


Check the errors. I make the correct run but your lab port is not working and show fail

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:

  1. Get the IP address of a cluster node with kubectl get nodes -o wide. Any node will do
  2. Then test the nodeport (32678 in your screenshot)
    curl http://<ip-of-a-node>:<node-port>
    
    Replace <ip-of-a-node> and <node-port> with values from your lab. If the curl does not succeed, the grader will mark you wrong.

check my error and the nodePort is not responding

service is correct and your node is not responding bro. I have been doing this task for 5 times
check your node first

Working fine for me. Deploy it correctly, then

Press this

See this

Then finish task