My quest was aswred on stackoverflow:

This is from a google cloud member:

"As you mentioned, the issue with that diagram is that, although App Engine 
Flex instances actually run in your project, they are not visible to you 
and you can't use them as backend for the global load balancer. Indeed, 
this diagram is wrong and can't be implemented as-is. I've requested a 
documentation update to correct that.

One workaround, as you also mentioned, is to proxy requests to App Engine 
via Compute Engine VMs running in the same region. This isn't optimal 
though and may introduce a single point of failure.

Since App Engine Flex actually runs Docker containers on VMs, you can 
achieve a similar setup using Google Kubernetes Engine, with the advantage 
that you can run one cluster per region, all in the same project."




On Tuesday, 27 November 2018 03:06:04 UTC+1, Aron Suarez wrote:
>
> Hi Mohammad 
>
> Thanks for your answer. Sorry for my unclear question. 
>
> My question is related to the second last part. Where is described, how to 
> deploy a app engine flex application global. 
>
> For my is the theory clear, but how can i setup a Cloud Load Balncer to 
> balance the traffic between multiple app engine apps. I can't select a app 
> engine flex app as a backand service and i can't select cross project 
> backand resources. 
>
> How can i achive that, how is described as the second last part? 
>
> Best Aron

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/38673a08-15db-46a1-aa6f-4bdcd1764955%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to