About This Architecture

This deployment uses a modern static site hosting approach:

Components:
  • GCS Bucket - Stores static files
  • Go Proxy - Routes subdomains to GCS prefixes
  • Cloud CDN - Edge caching for performance
Cache Strategy:
  • HTML: 5 minute cache
  • Hashed assets (_astro/*): 1 year, immutable
  • Images: 1 day cache

Each deployed site gets its own subdomain (e.g., acme-corp.sites.example.com) which maps to a prefix in the GCS bucket.

Static Site Hosting