Re: [google-appengine] Re: Global app engine as described in the article

2018-11-28 Thread Aron Suarez
Here is the link, https://stackoverflow.com/questions/53467607/global-deployment-of-nodejs-with-app-engine-as-described-in-the-docs?noredirect=1#comment93873390_53467607 is there any plan to make this szenario possible in the neqr future? Best Aron On Thu, Nov 29, 2018, 05:14 Attila-Mihaly Bala

[google-appengine] Re: Global app engine as described in the article

2018-11-27 Thread Aron Suarez
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 UT

Re: [google-appengine] Re: Global app engine as described in the article

2018-11-26 Thread Aron Suarez
App Engine > Flexible Environment”[1] and “The Node.js Runtime” in the following > documents: > > [1] https://cloud.google.com/appengine/docs/flexible/nodejs/quickstart > [2] https://cloud.google.com/appengine/docs/flexible/nodejs/runtime > > > On Sunday, November 25, 2018 at 3:17:

[google-appengine] Re: Global app engine as described in the article

2018-11-26 Thread Aron Suarez
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 multipl

[google-appengine] Global app engine as described in the article

2018-11-25 Thread Aron Suarez
In this article describe google a global deployment of a nodejs app in app engine flex. How can i achieve that? My first idea was to proxy all requests over compute engine, but it looks like this is poss