Hello stackoverflow
But when i deploy the zuul server i get connection refused while connecting to eureka server.
a. I can ping the eureka server from the pod in which zuul is running, but from withing the spring boot application it says connection refused.
b. I am using service name for service discovery in kubernetes, which i have tested in the shell of the zuul's pod.
P.S. I think the problem is that the java application is being blocked by the system from accessing outside resource.
Please can any one provide any solution or hint about what i am doing wrong or missing.