Lab: Ultimate CKA Mock Exam 3: external-webserver-cka03-svcn is missing from the default ns

There is this q# 17:
We have an external webserver running on student-node which is exposed at port 9999 . We have created a service called external-webserver-cka03-svcn that can connect to our local webserver from within the kubernetes cluster3 but at the moment it is not working as expected.

there isn’t service external-webserver-cka03-svcn in the default namespace; however the svc exists under the kube-public namespace. So I created the endpoint in the kube-public ns and able to run curl from the existing nginx-wl06pod; however the answer is incorrect since it expects the change svc external-webserver-cka03-svcn in the default ns. Please correct this.

Not sure why the service external-webserver-cka03-svcn is in the wrong namespace, but it surely is. I’ve reopened a ticket where this lab was supposedly fixed; hopefully the fix will get corrected.

thanks for looking into this rob.