0

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.

mino
  • 3
  • 2

1 Answers1

0

There's an alpha product called "Custom Workers" which allows you to run builds on GCE instances you control. You can create ingress rules as necessary.

https://www.youtube.com/watch?v=IUKCbq1WNWc (skip to about 13:10)

Brian Barnes
  • 367
  • 2
  • 11