In this article, Google describes a global deployment of a nodejs app in app engine flex.
This image is from the article.
The problem is on my understanding is this not possible from two reasons.
It is not possible to access cross project resources in GCLB to create a bakend service.
It is not possible to see the instance groups form GAE Flex to create a bakend service.
My first idea was to proxy all requests over nginx running on compute engine instances in each region on separate project.
How can i do that?
Thanks for any help.