Hi, We are supposed to create an ingress resource called my-video-service as per . . .

Edmund Kueh:
Hi, We are supposed to create an ingress resource called my-video-service as per the question below: The ingress resource is supposed to point to the my-video-service. which is exposed via port 8080 as per below: At the end of the question, we are asked to curl the given URL at port 30093…Will this work as the service is exposed via port 8080 and its not even a NodePort svc ? @Tej_Singh_Rana @Mumshad Mannambeth


image.png

Mohamed Ayman:
Yes, It’s a clusterIP type not nodePort because you use the ingress to able to access.

Mohamed Ayman:
The port 30093 is the ingress controller port and you can access the service through /video path. check the attached