I need to access svc (node port type) internally within cluster but when I do us . . .

Usama_Bin_Zahid:
I need to access svc (node port type) internally within cluster but when I do using cluster ip of that node port svc, it redirects to node IP

Usama_Bin_Zahid:
I am using clusterip:port of that nodeport svc

Mohamed Ayman:
if u 're using the nodeport, then will be able to use the servicename:port to access it or use nodeportIP:port.