As part of my build pipeline, I'm building and running a container on the GCB host.
For validation purposes, I'd like to access a service on net container (say, a HTTP server) from outside GCB (say, from a GCE instance). Is that possible at all?
Basically: is the GCB address reachable and is ingress networking allowed?
Thanks.