I've created a pod for my java application and exposed it as a node-port service.
I'm able to access it using curl master address:nodeport
only inside the cluster and not from the outside(say my browser).
The purpose of node-port service is to allow external access to pods right? then why can't access it.
kubernetes version v1.13,
Running in the digital ocean cloud.
Expected output: masteraddress:nodeport should work externally
I'm able to get the desired output when I open 192.168.255.229:8081 or nodeip:nodeport only inside my cluster – AATHITH RAJENDRAN Feb 08 '19 at 04:00