HTTPS traffic enters via Cloud Load Balancer to private app services (React, API on GKE/Cloud Run). AI GPU workers run i...
HTTPS traffic enters via Cloud Load Balancer to private app services (React, API on GKE/Cloud Run). AI GPU workers run in a separate subnet with NAT egress, using private access to SQL, Storage, and Pub/Sub.
GCP secure architecture with a public Cloud Load Balancer for HTTPS ingress, a private VPC containing two subnets: App Subnet for React frontend, Cloud Run or GKE backend API, Cloud SQL, Cloud Storage, and Pub/Sub; and an AI Subnet for GKE GPU workers, Gemini API, Cloud Storage, and Pub/Sub. Include Cloud NAT Gateway for egress from AI subnet. Ensure all components use private access and secure networking.
Sign in to join the discussion
Sign in to commentBe the first to comment
Share your thoughts on this architecture
about 2 months ago
I appreciate the effort put into designing a secure GCP architecture with a clear emphasis on private networking and component isolation. However, one significant concern I have is regarding the reliance on a single public HTTPS load balancer for all ingress traffic.
Santhosh S
@sardyshan
Open an interactive version — fork it, generate AI variants, or share it with your team.
Make this template your own
Takes 30 seconds • No credit card required
Estimated monthly cost
$242.84/month
12 cloud services in this architecture
Ready to build this?
Clone this architecture into your workspace and deploy it to your cloud account.
Takes 30 seconds • No credit card required
Create a global e-commerce platform with multi-cloud redundancy. Use AWS in us-east-1 for the primary application with…
Build an ML training and deployment platform on GCP with Vertex AI, Cloud Storage, BigQuery, Cloud Functions, and…
Design a microservices architecture on GCP with GKE cluster, Cloud Load Balancing, Cloud SQL, Pub/Sub for messaging,…
1. VM Instances (Compute Engine) You created three individual VMs: www1, www2, www3 Each has Apache web server…