Questions tagged [google-cloud-cdn]

13 questions
3
votes
1 answer

Secure static web page hosted on Google Cloud Storage

I would like to add basic authentication to the website that hosts on Google Cloud Storage. The site is connected to a load balancer, has a working SSL certificate and CDN. Basic authentication would be enough, but Storage does not support…
1
vote
1 answer

Bypass Google Load Balancer for dynamic pages

I'm just testing on the Google platform and have a a couple Nginx VM's behind an LB set up which caches to GCDN globally. I want to bypass the cache for users that are logged in (with a wordpress cookie). What is the best strategy for this? Up until…
1
vote
0 answers

GCP HTTP Load balancer to TCP Load balancer

I am trying to figure out is how can I connect a TCP Load balancer with a HTTP/HTTPS load balancer in GCP. I have installed kong on a GKE cluster and it creates a TCP Load balancer. Now if I have multiple GKE clusters with Kong they all will have…
1
vote
1 answer

Migrate to google CDN (external origin ) without DNS change

We are using AWS cloudfront and planning to migrating to Google cloud CDN as we have opted google cloud as the cloud provider. At the moment our DNS is registered with 3rd party provider. However I identified while configuring LB back-end service in…
Tech User
  • 23
  • 3
1
vote
1 answer

How to set up Google Cloud CDN?

Sorry for my bad english, i translate from russian. I can't figure out how to set up Cloud CDN. To use it I should set up the Load Balancer. I have an external server with web pages. I set up strictly according to the instructions "Setting up a…
1
vote
2 answers

Prevent Cloud CDN from serving cached elements?

I have some problem with Cloud CDN. I've added a CDN to a bucket connected on an instance. I need to get an element from CDN, but this element is updated each 1 sec from my server. What happen is that when from browser i get the first time the file…
0
votes
1 answer

Backend bucket versioning

We have bucket with some files behind the CDN, along with signed URLs. We are using query string with version to update content according to the best practices, e.g. file.ext?v=100. Everthing worked well until the recent time. The documentation now…
0
votes
1 answer

Google cloud cdn - unclear cache hit ratio

I'm using google cloud cdn (Load balancer with a backend service) and the hit ration 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…
0
votes
2 answers

Google Cloud CDN setup without subdomain?

After creating load balancer and backend service with Internet network endpoint group Can i use mydomain.com in google cdn or I have to use cdn.mydomain.com? Is there any way to use full domain like cloudflare does it?
0
votes
1 answer

Display Domain Name instead of IP for bucket content in google cloud platform?

I want to apply caching on my images by Google CDN so I created a bucket and then create load balancing and enable CDN. First: I have created a bucket. and upload some images. and give permission to the public. gsms-bucket/images/image1.jpg…
0
votes
1 answer

Universal bucket in Google Cloud Platform for content, which would determine the user's location and serve content from the closest server?

I am a mobile application developer. I use Google Cloud bucket to store 10-second videos and photos that I use in the application. Thousands of users use the application every day, and I want to use a CDN to ensure that the content of the…
0
votes
0 answers

Configure GKE Load Balancer CDN with signed cookies

I have a Google Kubernetes cluster, and I would like to add a CDN with signed cookies. For that I have to do some load balancer configuration such as creating a signed request key and create a policy. How can I do this with the proper automation…
0
votes
1 answer

Google cloud CDN with Cloud run as origin

I noticed that Cloud CDN added custom origin as an option: https://cloud.google.com/cdn/docs/custom-origins-overview Does this mean that we can finally use GCP server-less offerings (app engine, cloud run) as an origin for their load balancer /…