python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
can't socket.emit() in Cloud Run server environment
My site is using socket.io. Locally it works great. But after deploying with gcloud run deploy the socket.emit() in my javascript file, wont communicate with my app.js file/server.
js file
socket.emit...
Teoman Kirac
Votes: 0
Answers: 1
How to get info about Gcloud logs similar to logs explorer?
I am using @google-cloud/logging package to get logs from gcloud, and it works nicely, you can get logs, event (and query them if needed). But how I can get the same info as Logs Explorer? I mean dif...
alexshelkov
Votes: 0
Answers: 1
GKE: how to close the connection to a pod after port-forwarding via bastion-host
I am working from my local machine with a database deployed in a pod in kubernetes. To connect to it, first up it is necessary to connect to a bastion host VM.
Basically, it is a double ssh tunnel: po...
Galuoises
Votes: 0
Answers: 2
How to generate permanent access token for GCP APIs?
We are trying to upload files to GCP bucket using the below cURL
curl -v --location --request POST 'https://storage.googleapis.com/upload/storage/v1/b/<bucketName>/o?uploadType=media&name=&l...
Anoop Deshpande
Votes: 0
Answers: 1