Lab- CKA Mock Exam 6 - KodeKloud
Q. 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.
Fix the issue so that other pods within cluster3 can use external-webserver-cka03-svcn service to access the webserver.
→ i have solved this but have few confusion. I created endpoint using below template:
and $IP_ADDR is ip address of eth0 interface. So is eth0 interface same as student-node?
Also the service is of clusterIP so how are we able to access external web-server??
please clarify my doubt.