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-wl06
pod; however the answer is incorrect since it expects the change svc external-webserver-cka03-svcn
in the default ns. Please correct this.