Simple Architecture

Load balancer, compute, database. The shape most projects start as.

Simple Architecture: rendered example
Rendered by Gnomon from the source below. No edits.

The source

20 lines of PlantUML, and pulls in Google Cloud icons. Copy it, or open the template inside Gnomon and render it as it is.

@startuml
!include <gcp/GCPCommon>
!include <gcp/cloud_load_balancing>
!include <gcp/compute_engine>
!include <gcp/cloud_sql>
!include <gcp/cloud_storage>

title GCP — Simple architecture

left to right direction

GCP_CLOUD_LOAD_BALANCING(lb, "Load Balancer", "global HTTPS")
GCP_COMPUTE_ENGINE(vm, "Compute Engine", "e2-standard-4")
GCP_CLOUD_SQL(db, "Cloud SQL", "PostgreSQL 15")
GCP_CLOUD_STORAGE(gcs, "Cloud Storage", "static assets")

lb --> vm
vm --> db
vm --> gcs
@enduml

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in Google Cloud architecture diagrams