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.
Questions tagged [google-cloud-run]
30 questions
6
votes
3 answers
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 handle the credentials and settings using…
Bengt
- 231
- 2
- 7
3
votes
0 answers
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 are running, and what roles they perform.
The…
Paul
- 31
3
votes
1 answer
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: "Execution JOB_NAME has failed to complete, 0/1 tasks were…
Ouerghi Yassine
- 129
- 7
2
votes
0 answers
Figure out what sends SIGTERM to my process
I'm running debian docker container at google cloud run
(gcc (Debian 10.2.1-6+build2) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2).
Something sends SIGTERM to my app and it dies.
There is no obvious reason why.
How can figure out what…
marianna
- 21
1
vote
1 answer
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.run.app
Where I can see the progress on any…
Dean Hiller
- 951
1
vote
0 answers
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 VPC is connected to our on-premise network…
Mathieu Bour
- 111
1
vote
0 answers
Place different applications in Google Cloud under the same domain assigning subdomains for each one
I'm asking an opinion or some guide for this problem. I have a couple of applications in Google Cloud Platform that I need to place under the same domain (let's call it mydomain.com), using a different subdomain for each one, like this:
App 1…
Renan Baggio
- 111
0
votes
0 answers
Google Cloud IAM issue: Restrictions on adding external domain principals due to constraints/iam.allowedPolicyMemberDomains
In the Google Cloud console, when I tried to add a principal with a domain outside the organization (a domain not allowed by organization policy) to IAM for a project linked to an organization, an error occurred due to the following…
HIROSHI N
- 1
- 1
0
votes
0 answers
Google domain mapping - wrong 'A' record
I have domain at SquareSpace - https://kupmanduk.co.in. I have Flask Google-cloud-run-service. I'm trying to map my domain to the service.
When I do the mapping in Google-cloud-run, I get following:
A 216.239.32.21
A 216.239.34.21
A …
0
votes
0 answers
Is outbound connection to Google Secure LDAP blocked from Cloud Run?
I am trying to connect to the Secure LDAP service of Google Workspace from a Cloud Run instance.
I have successfully created a client for the Secure LDAP service and connected to it from my local machine.
I also created a Docker image containing a…
鈴木久晴
- 1
0
votes
0 answers
403 Forbidden error on cloud run
We have built an API endpoint using Firebase Functions (https://faggro.com/upi) and deployed it on Cloud Run. When tested via Postman, the endpoint is accessible and working correctly.
However, when the UPI team attempts to call this endpoint to…
0
votes
0 answers
Cannot connect from Google Cloud Run to an external MySQL database (third-party MySQL DB)
I have a Nuxt 3 app deployed to Firebase Hosting and from this app I need to access a remote MySQL DB that is on a CPanel shared hosting. The Nuxt 3 app is client-server and uses the default Nitro server provided by Nuxt.
As you probably know, when…
xand
- 1
0
votes
0 answers
GCP Cloud run: Connection Reset by peer
We are running a web service with the structure of
Client (Web, App) <-> AWS API Gateway <-> GCP Cloud Run Server (called by public URL)
The following error occurs when proxying a request from the API Gateway to the GCP Cloud Run, which is logged…
KBB
- 1
0
votes
0 answers
Optimize cost of high CPU usage tasks on Google Cloud Run
I am running a media API on Cloud Run and, while it is running fine, the cost optimization of that service is desastrous because the CPU are very much underutilized for each instances.
Here's what my CPU utilization chart looks like:
As you can…
Théo Champion
- 111
0
votes
0 answers
Is there a way to put a GCP load balancer using a Google-managed SSL certificate in front of an existing Cloud Run service without downtime?
I have an existing service running in Google Cloud run. At some point in the past, someone else mapped a domain to that service. Let's call it foo.somecompany.com. Now, I want to put that existing service behind a GCP load balancer. It seems like…
Doug Hughes
- 131