
Thanks for the reply and clarification about –healthz options.
Looks like our ESP that sits on a VM with private IP ONLY is not able to reach out to Google Service Management (see errors in the screenshot).
All the required APIs are enabled, Networking egress rules opened and Private Google Access enabled too.
What else it could we that I am missing?

--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-cloud-endpoints/ef30ca03-6300-42c4-ba81-7affc90775e5%40googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.
docker network create --driver bridge esp_network docker run --detach --name=echo --net=esp_network gcr.io/google-samples/echo-java:1.0 docker run --name=esp --detach --publish=80:8080 --net=esp_network gcr.io/endpoints-release/endpoints-runtime:1 --service=echo-api.endpoints.sdrs-server.cloud.goog --rollout_strategy=managed --healthz=/healthz --backend=echo:8080
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.