GCP Architectures
Cloud Run Microservices
@arch
#!ext icons
[styles]
http: color:#3B82F6|width:2
async: color:#8B5CF6|dash:5,5
data: color:#10B981
[nodes]
users:Users|icon:users
[GCP]
lb:Cloud Load Balancing|icon:gcp-cloud-load-balancing
[Cloud Run Services]
api:API Service|icon:gcp-cloud-run
auth:Auth Service|icon:gcp-cloud-run
worker:Worker Service|icon:gcp-cloud-run
[Data]
firestore:Firestore|icon:gcp-firestore
sql:Cloud SQL|icon:gcp-cloud-sql
memorystore:Memorystore|icon:gcp-memorystore
[Messaging]
pubsub:Pub/Sub|icon:gcp-pubsub
[Storage]
gcs:Cloud Storage|icon:gcp-cloud-storage
[edges]
users->lb|style:http
lb->api|style:http
api->auth|style:http
auth->memorystore|style:data
api->sql|style:data
api->firestore|style:data
api-->pubsub|style:async
pubsub-->worker|style:async
worker->sql|style:data
worker->gcs|style:dataGKE Platform
Data Analytics Pipeline
Multi-Region Setup
More GCP Examples
Last updated