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]
12 questions
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
- 3
0
votes
0 answers
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…
Théo Champion
- 101
0
votes
1 answer
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 server through a separately configured VPN, but…
Conor Strejcek
- 101
- 1
0
votes
0 answers
Logs are not getting created on filestore using cloud run when accidently deleted
we are using google cloud run and mounted our code logs to a filestore using NFS , my problem is if the tomcat code log is deleted accidently the logs from filestore it is not generated again automatically.
My Dockerfile
FROM…
0
votes
0 answers
Can I run Social Apps on Cloud Run
I am eagerly looking for a solution.
Can I use google cloud run to host social apps such as whatsapp, instagram or facebook?
0
votes
2 answers
Cloud Run / Secret Manager Free Tier
I'm using Cloud Run for the backend of a project I'm working on, in part due to its generous free tier (2 million requests per month, free). But the services require some secret values (database password, Oauth secret key, etc.), so I have followed…
Geno Racklin Asher
- 101
- 1
0
votes
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
- 101
- 1
0
votes
0 answers
Unable to identify which quota is being exceeded from error logs
During increased traffic my API which runs on Cloud Run gives the error copied below. My best guess is that this is due to some Cloud Datastore call since any calls to this Cloud Run instance which does not use Datastore does not give this error…
carnun
- 1
- 1
0
votes
1 answer
How to create Cloud Run mapping to wildcard subdomain
I host my app with cloud run and use domain from GoDaddy. It is work perfectly. Now I want to make possible have url address for every users account like user1.myapp.com, user2.myapp.com.
How can I do it with cloud run and GoDaddy?enter image…
0
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
- 1
- 1
0
votes
0 answers
How to implement dynamic DNS with Google Cloud?
I have the following infrastructure:
pages.frontend.com/client-id - business page for client-id with his services. I want to allow him to map his own domain: clientid.com and get the page pages.frontend.com/client-id. My domain, frontend.com is…
AdrianPop
- 1
- 1
0
votes
1 answer
steps to safely logrotate on Cloud Run containers
As /var/log is a black box, as it's engineered by PaaS mount which we don't really are able to inspect.
The context is that log files supposedly are building up storage space counting towards the memory, and over the time of an instance they should…
Pentium10
- 434
- 9
- 23