Connecting to kubernetes pod from java application

4/6/2021

I have a pod at kubernetes cluster. I also have a service with a nodePort type for an external IP. Is there any way I can connect to my pod through external IP from java application?

-- AlexWhite
java
kubernetes

0 Answers