Arun:
Hello team. I have created a NodePort type service.
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
my-service NodePort 10.8.5.78 <none> 80:30007/TCP 9m41s run=nodepod
my pod is running.
NAME READY STATUS RESTARTS AGE LABELS
nodepod 1/1 Running 0 11m run=nodepod
This pod is scheduled on one of my 3 nodes. The node has EXTRENAL and Internal IPs. When I try to access this pod from my laptop using NodeIP (Node External IP):30007 , I don’t see any response.
curl <http://35.184.14.XXX:30007>
What am I missing? Do I have to ssh into my node and then curl from there?