Skip to main content

Questions tagged [google-cloud-run]

Cloud Run is a managed compute platform that enables you to run stateless containers that are invocable via HTTP requests, providing comprehensive servicefull systems where responsibilities can be outsourced to a specialist service provider.

0 votes
2 answers
117 views

Set custom ingress port on google cloud run

I'm trying to deploy an SMTP Server on google cloud run and so far I haven't been able to figure out how to attach a TCP/UDP Load Balancer to the back end. Is there a way for my Cloud Run application ...
Eric Uldall's user avatar
3 votes
0 answers
92 views

GCP how to identify source of millions of calls to servicecontrol.googleapis.com/report

First, I'd like to preface this by saying I did not play a role in setting up this GCP project, so I'm running with limited knowledge on what is configured, but I do know a bit about what applications ...
Paul's user avatar
  • 31
0 votes
1 answer
189 views

How to map my existing domain to Google Cloud Run?

I currently have a simple node webapp on a VPS, and like to run it on GCP instead. This is a hobby project, therefore I am trying to prevent any cost and will try to remain within the free tier. I ...
svenema's user avatar
  • 101
0 votes
0 answers
29 views

Possible to deploy service to GKE Autopilot cluster without YAML?

Is it possible to deploy to GKE Autopilot cluster without YAML and just command line? I have inherited a project where deployment generates command line to deploy to CloudRun. I am in the process of ...
ift-436t's user avatar
0 votes
1 answer
191 views

oauth2-proxy under Google Cloud Run unable to login with provider due querying DNS on IPV6

I'm implementing oauth-proxy (Bitnami container) for a backend service at my company under Google Cloud Run, with different settings and various providers (Azure/Microsoft Entra, and Google). When ...
Amitie 10g's user avatar
0 votes
1 answer
367 views

Is it possible to connect directly CloudRun with Gitlab?

I am trying to configure a continuously deployed revision from a source repository with CloudRun on Google Cloud. It is unclear to me how to set, as a source repository, GitLab instead of GitHub or ...
attgua's user avatar
  • 13
1 vote
1 answer
412 views

GCP cloud run custom domains and correct ssl cert?

I setup a customer domain on GCP cloud run xxx.domain.com but when I go to https://xxx.domain.com, the cert served is the one for the generated url *.a.run.app for https://xxxxxxxxx-jynhcjgnea-uc.a....
Dean Hiller's user avatar
-1 votes
1 answer
487 views

How to redirect my Google Cloud Run domain to the subdomain "www"?

I've two domain mappings in Google Cloud Run: domain.com www.domain.com The domains are coming from another provider. How can I redirect my domain.com traffic to www.domain.com with Google Cloud?
Julian's user avatar
  • 139
0 votes
0 answers
352 views

Google Cloud Run server keeps restarting after 'Unhandled Exception:' with no details

I have a Dart server deployed onto Google Cloud Run. It works perfectly fine in my Dev environment. And works some of the time in Cloud Run. But too often it throws an error and restarts causing the ...
That's Me's user avatar
6 votes
3 answers
2k views

How to delete all but the latest revision of Google cloud run container images?

I am hosting my containerized application using Google cloud run. To save cost, I want to delete all but the active revisions of my application's Docker image. I use a job of my GitLab pipeline to ...
Bengt's user avatar
  • 221
0 votes
1 answer
325 views

Cloud Run Secret Reference getting mounted as Directory instead of File

Need some help with Cloud Run with Secret Manager, we need to mount 2 secrets as volume (file only), following is the yaml from Cloud Run. volumeMounts: - name: secret-2f1d5ec9-d681-...
Ravi's user avatar
  • 111
3 votes
1 answer
1k views

GCP cloud run job fails without a reason

A scheduled GCP cloud run job is failing sometimes (most if the time its running correctly) without a proper cause in the error message. The only message its returning is a very obscure one: "...
Ouerghi Yassine's user avatar
0 votes
0 answers
1k views

Google Cloud Run: Block access to VM's metadata server

I have cloud run instances that runs users code and I was made aware that their code could access the instance's metadata just by querying the VM's metadata server from their code: $ curl "http://...
Théo Champion's user avatar
0 votes
1 answer
2k views

Google Cloud Serverless VPC Access Not Working in Both Directions

I have a Cloud Run service which I would like to connect to my default VPC network through a Serverless VPC connector. The final goal with this is to allow my Cloud Run instances to access an on-prem ...
Conor Strejcek's user avatar
1 vote
0 answers
678 views

Cannot connect to a on-premise VM via Cloud VPN from Google Cloud Run

I am trying to reach an on-premise machine (let's call it exovie) from Google Cloud Run via the Serverless VPC Connector. Simplified network configuration This is how the network is configured: The ...
Mathieu Bour's user avatar

15 30 50 per page