Questions tagged [google-cloud-cdn]

This tag should be used for questions regarding Google Cloud CDN, part of Google Cloud Platform.

This tag should be used for questions regarding Google Cloud CDN, part of Google Cloud Platform.

154 questions
0
votes
3 answers

Google Cloud Storage get signedUrl from CDN npm

I am using a code as the following to create a signed Url for my content: var storage = require('@google-cloud/storage')(); var myBucket = storage.bucket('my-bucket'); var file = myBucket.file('my-file'); //- // Generate a URL that allows temporary…
0
votes
1 answer

Connect Wowza streaming engine to Google CDN

I would like to ask how to distribute the Wowza live stream video content to Google CDN to enable faster access. I saw Wowza has published the way to do it for Akamai and other network but not Google CDN. Google also pointed out it is possible, but…
0
votes
1 answer

Gcloud cdn - cache hit ratio unclear

I'm using google cloud cdn (Load balancer with a backend service) and the hit ratio status is not very clear. In the image below you can see: Left image - CDN view - Value of cache hit ratio is "n/a". Right image - Backend service view - upper part…
Rot-man
  • 18,045
  • 12
  • 118
  • 124
0
votes
1 answer

Cannot give Google CDN service account to Bucket

I am trying to give the Google CDN service account access to my bucket as said here: https://cloud.google.com/cdn/docs/using-signed-urls gsutil iam ch serviceAccount:service-{PROJECT_NUMBER}@cloud-cdn-fill.iam.gserviceaccount.com:objectViewer…
hpohl
  • 315
  • 2
  • 11
0
votes
1 answer

Redirect based on "Accept-Language" request header leads to error on Google Cloud CDN

I am currently setting up an Nginx server on a "Google Compute Engine" behind Google's Load Balancer/CDN combo: Website visitor <---> CDN <---> Load Balancer <---> Nginx on Google Compute Engine I would like to redirect the visitor from…
0
votes
1 answer

Tracking Google Cloud CDN cache hit rate

I have a Google Cloud CDN set up for a Google Cloud Storage bucket, and everything seems to be working correctly. When I check "Network services > Cloud CDN in the GCP console, I see my load balancer with the correct backend and a "Cache hit…
JohnGB
  • 1,906
  • 2
  • 20
  • 31
0
votes
3 answers

Google Cloud - Hosting small websites with CDN

we are testing Google Cloud for hosting our websites. We have about 10 domains which all serve static html pages and which are hosted on the same server. We want to move our whole static domain content to GC - we only need to provide about 10 MB so…
0
votes
1 answer

Google Cloud CDN get edge Location from logs

Currently the Google CDN has a new logging feature (https://cloud.google.com/cdn/docs/logging?hl=en). In contrast to AWS's Cloudfront that contains a "x-edge-location" field in their Access Logs, I cannot determine the traffic target on google…
0
votes
1 answer

Google Cloud CDN - Can I choose distributions?

AWS allows users to choose CDN(CloudFront) distributions and I did find a documentation about it on their site. However, on Google Cloud Platform(GCP), I did not find anything saying that users can choose which distributions they like. I currently…
ABeginner
  • 31
  • 2
0
votes
1 answer

Google cloud CDN and asset fingerprinting with rolling deployments

I have a kubernetes environment set up on GKE with 6 replicated pods and an ingress attached to a GCP load balancer with Google Cloud CDN enabled. How do rolling deployments work in regards to asset fingerprinting? In the situation where a rolling…
0
votes
2 answers

GCP CDN cache-miss granularity

I'm trying to make an accurate estimate of CDN usage on Google Cloud Platform but am not sure about the fill costs. Fill costs are incurred on a cache miss and the data is gotten from origin or another cache. What's not specifically mentioned is how…
buckaroo1177125
  • 1,555
  • 11
  • 22
0
votes
1 answer

Google Cloud CDN is only caching some paths using storage bucket backend

I've set up Google Cloud CDN with a Storage Bucket as a backend and tested that my requests were being cached before deploying into production use. I am now finding that only certain paths/objects are being cached. (Confirmation in Logs Viewer,…
0
votes
1 answer

Cloud CDN with Cloud Storage as Backend

Cloud Storage backend for Google Cloud CDN is currently in alpha. When I trie to use/enable it I get following error: $ gcloud alpha compute backend-buckets update static-bucket --gcs-bucket-name my-bucket --enable-cdn ERROR:…
-1
votes
3 answers

How can I get google cloud cdn Invalidate cache result

I have sent the task of clearing the cache through the python client library of google cloud cdn, and got the request id of the GCP response. However, where can I query the progress of the task of clearing the cache according to the request id. The…
Duojie
  • 23
  • 4
-1
votes
1 answer

Understanding GCP egress costs. Will implementing google cdn help to cut down the costs

I'm quite new to GCP and tried to set up a website on the GCP compute engine. I was aware of egress charges but never thought I will get so much fake traffic from China. I thought of blocking all the traffic from China. But I felt, it would not be…
1 2 3
10
11