GCP Multi-Region HTTP Load Balancer with Regional Cloud Run Backends

Converted the single-region VM and MIG-based web tier into a structurally different multi-region GCP design using two se...

76 views
Viewed 76 times
0

Create a free account to remix this architecture

Sign up freeor sign in

GCP Multi-Region HTTP Load Balancer with Regional Cloud Run Backends

Cloned from an architecture originally created by af9593View original project

Converted the single-region VM and MIG-based web tier into a structurally different multi-region GCP design using two separate VPCs, regional API gateways, Cloud Run services, Firestore databases, Pub/Sub messaging, and Cloud Storage in us-central1 and us-east1. Added global Cloud DNS for traffic entry and cross-region replication links between data and storage services to improve resilience and regional failover.

intermediate
GCP

Tags

#gcp
#load-balancing
#managed-instance-group
#apache
#high-availability

Architecture Description

A GCP HTTP load balancer distributed traffic to a single-region managed instance group of Apache web servers, using health checks, proxy, URL map, backend service, and firewall rules to route traffic only to healthy VM instances.

Community Discussion

Sign in to join the discussion

Sign in to comment

Be the first to comment

Share your thoughts on this architecture

AI Analysis(1)

AI Review
Tradeoff

about 2 months ago

I see the biggest issue as a mismatch between the stated design and the actual components, and that creates real production risk. The description talks about a global HTTP load balancer sending traffic to a single-region managed instance group of Apache VMs, but the diagram lists regional Cloud Run, API Gateway, Firestore, Pub/Sub, and Storage in two regions with no explicit global load balancer component.

PG

Partha Goswami

@p190188

View portfolio
Try it in the Playground

Open an interactive version — fork it, generate AI variants, or share it with your team.

What You'll Get

Editable diagram in your workspace
Interactive cost estimates
AI-powered customization
Save and share your version

Start Customizing

Make this template your own

Takes 30 seconds • No credit card required

Share

Statistics

Views
76
Clones
0
Likes
0

Details

Category
web app
Published
3/26/2026

Services Used

9 cloud services in this architecture

CloudDNS
CloudArmor
GCPAPIGateway
CloudRun
Firestore
CloudPubSub
CloudStorage
CloudMonitoring
CloudLogging

Ready to build this?

Clone this architecture into your workspace and deploy it to your cloud account.

Takes 30 seconds • No credit card required

You Might Also Like

Global E-Commerce Platform with Multi-Cloud Failover
187

Global E-Commerce Platform with Multi-Cloud Failover

Create a global e-commerce platform with multi-cloud redundancy. Use AWS in us-east-1 for the primary application with…

AWS
AZURE
GCP
End-to-End ML Platform with AutoML
183

End-to-End ML Platform with AutoML

Build an ML training and deployment platform on GCP with Vertex AI, Cloud Storage, BigQuery, Cloud Functions, and…

GCP
Production Microservices on Kubernetes
156

Production Microservices on Kubernetes

Design a microservices architecture on GCP with GKE cluster, Cloud Load Balancing, Cloud SQL, Pub/Sub for messaging,…

GCP
GCP HTTP Load Balancer with MIG Backends
96

GCP HTTP Load Balancer with MIG Backends

1. VM Instances (Compute Engine) You created three individual VMs: www1, www2, www3 Each has Apache web server…

GCP