Hello Team,
Upon looking the question, and student node configuration on this question , the web server nginx is running in port 80 on student node, rather than mentioned in the question as 9999. If Nginx configuration is changed to 9999, then only lab is passing.
The key idea in the solution is to use a custom-built endpoint object that points to an existing server running off the student node at 9999. Did you try that and have it not work?
Hello @rob_kodekloud
Attaching the below screenshot from the question
Nginx is running on student node on port 80 and not 9999, if the nginx is reconfigured to run in port 9999 by modifying the file to listen to 9999 and restart nginx service, then configuring endpoint, the evaluation will mark this question as correct.
student-node ~ ➜ cat /etc/nginx/sites-available/default | grep listen
listen 80 default_server;
listen [::]:80 default_server;
To make sure I’m actually looking at the same lab as you are looking at, could you please give me a link to the lab, rather than to the solution page? The solution is correct for at least one lab I know of. Perhaps you are on a different lab.
Hello @rob_kodekloud : its in Ultimate CKA Mock exam , Lab CKA Mock Exam 3, currently showing as question 17.