[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 this can help in regards to your use case.

[1] https://istio.io/latest/docs/concepts/what-is-istio/

On Friday, August 14, 2020 at 10:28:08 AM UTC-4 luca...@icloud.com wrote:

> Hi There,
>
> I have 2 clusters: cluster A and cluster B. 
>
> I have an app A running on cluster A (docker container) and an app B 
> running on cluster B (docker container).
>
> All instances of app B needs to send messages (REST API) to app A and I 
> want that to be happening using the app hostname (the one google Kubernetes 
> assigns to each pod of a deployed app) but the host cannot be resolved 
> apparently because app A fails to reach app B using app B hostname.
>
> Any idea what I need to do here? Note that I can expose a load balancer 
> and that works BUT I really need to reach individual pods here.
>
> Thanks!
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/cdc51599-157a-4d9f-aa88-65daef557da4n%40googlegroups.com.


[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 VM instance 
needs to be in the same region. You cannot assign a static IP address to a 
VM instance that is not in the same region.

You can read more about how static external IP addresses behave at the 
bottom of this message [1].

[1] 
https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address#reserve_new_static

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4ced3c41-b0c4-4395-a5cc-58b2bd430b2e%40googlegroups.com.


[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> VM Instances
2. Click on the affected VM instance and then Click "Edit"
3. Uncheck the box that says "Delete boot disk when instance is deleted"
4. Save the changes
5. Delete the affected VM instance
6. Create a new VM instance
7. Use the same Region of the affected VM instance
8. Click on "Change" on the Boot Disk option and then click on "Existing 
disks"
9. Choose the disk you saved in step 3.
10. Configure the VM instance the same as the deleted VM instance and then 
click "Create".

This will create a new VM instance using the same boot disk from the 
affected VM instance. 

On Friday, October 5, 2018 at 10:29:35 AM UTC-4, Osama Mohammed Mohammed 
Al-Tahish wrote:
>
> Hello Dears ,
>
> I have done wrong thing in my VM instance 
> I tried to stop ethernet adapter and my RDP stopped !!!
>
> Now I can not access my VM until it get back ON
>
> I need your help
>
> Thanks
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/e1193cbb-fbd0-43f0-942b-503a979b0b0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.