Category "google-cloud-platform"

Postgresql database autoscaling in GCP

I have an app that spikes postgresql queries at morning 70% CPU usage, and has very few the rest of the day less than 20% usage. I want this machine to autoscal

Query only specific field with firestore

I use this code to get a collection snapshot from Firestore. firestore().collection('project').where('userID', '==', authStore.uid).onSnapshot(onResult, onError

How to integrate GCP CDN with GKE NGINX ingress

We are using NGINX ingress in our GKE setup, which means that GCP is using TCP load balancer to route the traffic to Kubernetes NGINX ingress. We serve static c

Speech to text using url of mp3 file

I'm trying to find a solution for Speech to text of an mp3 file, but I only want to pass in the URL. I don't want to download the file & upload to S3 for AW

How to get Google Cloud Build working inside VPC Perimeter?

I have a question that is confusing me a little. I have a project locked down at the org level through a perimeter fence. This is to whitelist ip ranges to acce

Cannot install NVIDIA GPU driver 470.82.01 on the on Google Kubernetes Engine 1.21

I would like to run GPU nodes in a GKE cluster, that requires an installation DaemonSet. According to https://cloud.google.com/kubernetes-engine/docs/how-to/gpu

Does Deployment Manager have Cloud Functions support (and support for having multiple cloud functions)?

I'm looking at this repo and very confused about what's happening here: https://github.com/GoogleCloudPlatform/deploymentmanager-samples/tree/master/examples/v2

how to write select- where- query in big table using python client module

New to big table, was able to inset data in bigtable using python ,, tried the snippet below to read rows for specific condition but it is returning all the r

Structured Logs in Google Cloud Run not being parsed (using Winston for logging)

I'm attempting to format my logs in such a way that Google Cloud will correctly extract the log level. This is running on Cloud Run, with typescript. Cloud Run

Viewing command history in Google Cloud shell

I am trying to view some commands I used several months ago for a course project. I used the history command but it only showed very recent lines. Is there a wa

loop over airflow variables issue question

I am having hard time looping over an airflow variable in my script so I have a requirement to list all files prefixed by string in a bucket. next loop throug

Google Cloud Build via cloudbuild.yaml times out randomly

I have two Google App Engine instances, as well as the queue.yaml and cron.yaml files deployed automatically on push to master branch via Google Cloud Build tri

How to decrease storage size for PostgreSQL on Google Cloud?

I moved some of my data from PostgreSQL to BigQuery. Before PostgreSQL database was using 130 GB of storage, now I only need 30GB. However, in the Google Cloud

Cloud Run remove revision tag through CLI

Is there a way to remove a tag(through CLI) that I've set on a cloud run revision when doing a deployment? I can see how to do it through the UI, but I need to

Cloud Run disable old revision

Is there a way to tell Cloud Run that it shouldn't use an old revision anymore? After I deploy a new revision of my service, I'm using the update-traffic comman

GCP Compute Engine won't show memory metrics

I want my compute engine VM to show memory usage metrics in the console, I went to this page and install Ops-Agents, restart the service and went to the VM obse

Is there any php api for access another account bucket for file upload

I facing the issue for accessing other google cloud accout bucket for uploading files. any possible api is there?

Can I use GCP Snapshot for data or database backup? can I trust the snapshot to restore my DB data?

I am using the Google cloud platform and compute engine for my project, Installed MongoDB into the instance server, what is the best way to take my database bac

Google Cloud: How to switch from individual to company account type after a while?

I want to launch my website on Google Cloud Platform. Initially it is non-commercial project so I've choosed an individual type of account. However later on I w

gcloud auth activate-service-account logout / revoke / remove / unset

I,ve added my service-account successfuly using below command. gcloud auth activate-service-account --key-file=mycredentialsialreadyhad.json Now I can't remov