[google-appengine] Re: Reach container/app by hostname

2020-09-10 Thread 'Jason' via Google App Engine
Hi, The first way to do it is as you have already stated, exposing the deployment. The other way I recommend is using Istio [1]. Istio helps create a multi cluster mesh on a shared network to allow communication between the clusters. I would suggest reading the attached article and see if

[google-appengine] Re: Region of Static IP

2019-09-23 Thread 'Jason' via Google App Engine
Hi, There are two type of external IP addresses that you can reserve: 1. A regional IP address 2. A global IP address The regional IP addresses can be used for VM instances, but global IP addresses are used for Load Balancers. The static external IP address that you want to assign to the

[google-appengine] Re: enable ethernet adapter in VM instance

2018-10-05 Thread 'Jason' via Google App Engine
Hi, If you do not want to lose the data on the VM instance, you will need to save the boot disk and any other disk attached to the VM instance, then delete the affected VM instance and create a new one and attach the disks to it. Here are the steps: 1. From the Console, go to Compute Engine>