Google Cloud Recipe ??? Cloud Run Service ??? Hello, World!

This recipe uses terraform to deploy a Hello, World! Express web application served from Google Cloud Run, behind a Regional External Application Load Balancer. This recipe aims to comply with data residency requirements.

You can check out the source and deployment instructions on GitHub.

Architecture

Architecture Diagram

Architecture Diagram

Components

API

The API is an Express web application written in TypeScript. A few things of notice:

Read More

Tags: Cloud Google