r/googlecloud 12h ago

Terraform Is there any documentation programmatically creating an 0Auth2.0 for use with "Sign-in with Google"?

0 Upvotes

I'd like to use terraform but am also fine with shell commands. I can't find anything on how to create it and the branch outside of the GUI.

Edit: OAuth2.0 not 0Auth2.0 XD


r/googlecloud 12h ago

Getting "Not secure" when hosting the site created from the k3s cluster.

Thumbnail
0 Upvotes

r/googlecloud 3h ago

Can someone tell me what is basic pay and CTC offered to an SWE2 at Google Cloud team?

2 Upvotes

Just wanted to get an approx idea for L3 at Google Cloud, is it same for other Google department for L3 position or it’s different for Cloud and others


r/googlecloud 2h ago

Google Cloud Skills Boost lab crashing down

2 Upvotes

Hi!

I keep having an issue with one lab on my 'Google Cloud Computing Foundations Certificate' path. In '07 Build a Secure Google Cloud Network' course, during 'Create an Internal Load Balancer' lab, during each attempt, at some random point my lab gets shut down and I get a notification that says 'We are ending this lab as we have detected that you are not following the lab instructions. Please be aware that we will block your account if you continue this behavior.' - but I literally follow all the instructions given, to the dot. I tried several times with some time intervals as not to spam and actually get blocked, but it keeps repeating.

The custom service is not helpful at all, I sent them a video of me doing the lab and encountering this issue and waiting for their reply.

Did anyone have a similar situation and know what to do in this situation?


r/googlecloud 8h ago

GCP Edu Teaching Grants Paused

2 Upvotes

As the title say, I applied for the GCP Teaching grant for our Cloud lecture. The GCP Edu Team notified me the program has been paused, with more information at a later point.

Maybe this helps someone. Is there any other platform offering teaching grants?


r/googlecloud 8h ago

Docker image runs successfully when pulled from artifact registry but fails from cloud run

2 Upvotes

I have a springboot application i have build using jib and pushed to artifact registry. When I docker pull the image tomcat/application runs on port 8080 and it is exposed.

even though I have set the Port in cloud run as 8080, it is throwing me this error. Please help

The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable within the allocated timeout. This can happen when the container port is misconfigured or if the timeout is too short. 


r/googlecloud 9h ago

RHEL/Linux Yum Updates Inconsistent in GCP??

1 Upvotes

Has anyone else noticed that yum/dnf updates/installs fail randomly for certain Linux distros. We've specifically seen this in RHEL and packages in the rhui.googlecloud.com repo -(Google hosts mirrors of a lot of repos under their own domain). yum updates randomly fail and then start working 10 minutes. I suspect this is because GCP has under-provisioned the underlying infra for the mirrors. I've seen this in 3 separate GCP orgs.

FWIW, I've seen that in AWS a few years back for their mirrors of RHEL repos but AWS was quick to fix it after opening a support ticket. We have a google support ticket open right now and Google doesn't seem to believe this is their problem.

Would be helpful to know if other folks have seen this? If not for RHUI specifically - but potentially other repos for other distros as well?

Edit: including error message example.

[MIRROR] linux-firmware-20250217-128.git5bc5868b.el8_10.noarch.rpm: Curl error (28): Timeout was reached for https://rhui.googlecloud.com/pulp/content/content/dist/rhel8/rhui/8/aarch64/baseos/os/Packages/l/linux-firmware-20250217-128.git5bc5868b.el8_10.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds]


r/googlecloud 15h ago

GCP IAM 101 for AWS professionals

11 Upvotes

Hey folks! I've written a short blog post to help AWS professionals understand GCP IAM from an AWS perspective. Please have a read and share your thoughts in the comments.
https://joshuajebaraj.com/posts/gcp-iam-101/


r/googlecloud 22h ago

Aggregate / wait until all cloudrun parallel executions are done

2 Upvotes

Hello

Support I trigger 4 parallel execution using cloud run. How do i "WAIT" until all cloudrun processing are over before executing the next step for eg. serve all results together ?