I have created NodePort type service but I never get External IP for my nodes.
Then I am trying to curl using Internal IP but it never works.
Asked
Active
Viewed 17 times
0

GameChanger
- 378
- 5
- 16
-
Hi. Have you tried `curl
:30346`, whereas `HOST_IP` is the ip address of the host running your cluster? – marcel h Aug 30 '23 at 17:27 -
Please add the result of `kubectl get svc` – Hackerman Aug 30 '23 at 19:43