Introduction to GCP Cloud CDN
Introduction to GCP Cloud CDN
November 19, 2019
Target upstream services
Cloud CDN can have only GCP load balancer as the upstream services. And GCP load balancer can configure one of followings for backends.
- Backend services
- GCE instance groups
- GCE Network endpoint groups. These are the groups of VM instances
- Backend buckets
See official document for the architecture using this.
Configurations
Cache can be controlled by response headers of origin servers, like cache expiration times, like Cache-Control: max-age
header.
The details are described in here.
Reference
Last updated on