An open API service indexing awesome lists of open source software.

https://github.com/marcusmonteirodesouza/google-cloud-demos

Google Cloud Demos
https://github.com/marcusmonteirodesouza/google-cloud-demos

cloud elixir gcp gke go golang google-cloud haskell java kubernetes nodejs python scala terraform

Last synced: 2 months ago
JSON representation

Google Cloud Demos

Awesome Lists containing this project

README

          

# Google Cloud Demos

Demos of [Google Cloud](https://cloud.google.com) features.

## [Cloud Run Service - Hello, World! - Terraform](./cloud-run-service-hello-world-terraform)

This demo uses [terraform](https://www.terraform.io/) to deploy a [Hello, World!](https://en.wikipedia.org/wiki/%22Hello,_World!%22_program) [Express](https://expressjs.com/) web application served from [Google Cloud Run](https://cloud.google.com/run/docs/overview/what-is-cloud-run#services), behind a [Regional External Application Load Balancer](https://cloud.google.com/load-balancing/docs/https). It aims to comply with [data residency](https://en.wikipedia.org/wiki/Data_localization) requirements.

See the [story on Medium](https://medium.com/@marcus_monteiro/google-cloud-recipe-cloud-run-service-hello-world-d3b095fcc326).