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
- Host: GitHub
- URL: https://github.com/marcusmonteirodesouza/google-cloud-demos
- Owner: marcusmonteirodesouza
- License: other
- Created: 2023-10-27T13:48:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T14:32:25.000Z (over 2 years ago)
- Last Synced: 2024-01-26T04:38:32.056Z (about 2 years ago)
- Topics: cloud, elixir, gcp, gke, go, golang, google-cloud, haskell, java, kubernetes, nodejs, python, scala, terraform
- Language: HCL
- Homepage:
- Size: 550 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).