简体   繁体   中英

Google cloud engine connection with Bucket socket and instance

I have a bucket in Google Cloud which I have upload Angular template ie
http://digitaldevnet.appspot.com
then I have VM instance IP where I have WordPress website ie
http://35.200.194.201

I found different tutorials where you can connect domain to Google Cloud hosting but I want to connect appspot link ie http://digitaldevnet.appspot.com to WordPress site can be connected and once we browse it should work as VM may be offline sometime.

Any recommendation and tutorial, please let me know

You would need to set up a Load balancer in order to direct your traffic between the GCE instance and the bucket, you can find the instructions for this over here .

Nevertheless, it would be a bit complicated as you would need to set up the configuration and some health checks so that the GCE instance is not accessible when it's down.

Hope you find this useful.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM