GCP · Networking
Cloud CDN
Edge caching for HTTP(S) LB.
Official docsOverview
Cloud CDN caches origin responses at Google edge POPs with cache invalidation and signed URLs.
When to use it
- Static SPA delivery
- Reduce origin load during stress tests
Setup
- Enable CDN on the LB backend service.
How to use
Invalidate
gcloud compute url-maps invalidate-cdn-cache web --path='/*'QA use cases
- Validate cache headers and TTLs as part of release smoke tests.
