I have a microservice architecture built with jhipster and using Consul. I'm uploading the services in google cloud. When I make a request to the gateway an error log is generated with the exception:
com.netflix.client.ClientException: Load balancer does not have available server for client: rppsuaa
I opened the consult manager to check the services, I saw that all are in critical status and the internal ip information.
I imagine that the consul is not able to work with the external ip and causing the request to fail due to an internal ip.
Follow the call:
Get link : tcp dial 172.17.0.2:9999: getsockopt: no route to host
What do I need to configure?