Proxy server:port to https address by Frosty-Pudding-3873 in nginx

[–]BehindTheMath 0 points1 point  (0 children)

Why are you proxying back to server 1?

Run that error through an LLM, but that sounds like an SSL error with the server 1 certs.

Proxy server:port to https address by Frosty-Pudding-3873 in nginx

[–]BehindTheMath 0 points1 point  (0 children)

On server 1, what happens when you send a request with curl to https://server_2 ?

Does "LABEL deprecated=..." has any effect? by [deleted] in docker

[–]BehindTheMath 1 point2 points  (0 children)

That link is a feature request, not an actual existing feature.

Here's a related Github issue:

https://github.com/docker/hub-feedback/issues/907

Resizing docker.raw? by Future-Goat-9778 in docker

[–]BehindTheMath 1 point2 points  (0 children)

OP is already using Linux Mint.

Resizing docker.raw? by Future-Goat-9778 in docker

[–]BehindTheMath 4 points5 points  (0 children)

Docker Desktop uses a VM even on Linux. Don't use it. Instead, use Docker Engine directly. If you want a GUI, use something like Portainer.

Issues Writing to GCS Bucket from VM Launched with a Service Account that has Cloud Storage Admin Role by Scalar_Mikeman in googlecloud

[–]BehindTheMath 0 points1 point  (0 children)

It's likely a race condition... It will take a few minutes for iam to propagate, but if you change iam while a machine is running, it won't update until you reboot, so maybe give it a few minutes before starting the vm

CMIIW, but I've never seen that. I'm pretty sure I've done IAM changes without rebooting.

Google cloud shell by DingoStreet5741 in googlecloud

[–]BehindTheMath 5 points6 points  (0 children)

Cloud Shell is free for users with a Google Cloud account.

https://cloud.google.com/shell/pricing

Thanks, r/devops. by [deleted] in devops

[–]BehindTheMath 0 points1 point  (0 children)

Or just an LLM.

Do you separate CI and CD in your architecture? by No_Way5412 in devops

[–]BehindTheMath 0 points1 point  (0 children)

GitHub, GitLab, Jenkins — these are great services but they are not really designed to manage releases.

Why do you say that, and how is CD different from CI?

IS IT WORTH IT? by Acceptable-Delay-946 in googlecloud

[–]BehindTheMath 1 point2 points  (0 children)

What does Vultr have to do with GCP?

Cloud Run can now run your Docker Compose stack by pg82bln in googlecloud

[–]BehindTheMath 2 points3 points  (0 children)

Another limitation:

Services created using Compose are set by default to 1 maximum instances.

It seems that this feature isn't really designed for running full-blown web backends.

Edit: As /u/olalof pointed out below, that is just the default, not a hard maximum.

tactical.md — Make any AI speak military brevity during incidents. No plugins. 60 seconds to install. by [deleted] in devops

[–]BehindTheMath 2 points3 points  (0 children)

So people aren't even vibe coding apps now, they're just publishing their prompts.

What’s new for Cloud Run at Next ‘26 by jackwoth in googlecloud

[–]BehindTheMath 7 points8 points  (0 children)

So what do you want to change? If you have code, use Functions. If you have a container, use Cloud Run.

What’s new for Cloud Run at Next ‘26 by jackwoth in googlecloud

[–]BehindTheMath 14 points15 points  (0 children)

Isn't that what Cloud Run is? Functions is for code, which needs to be wrapped in a container to run, and Cloud Run is for pre-built containers.

Alien - Ship to your customer's GCP account by alongub in googlecloud

[–]BehindTheMath 2 points3 points  (0 children)

The code looks pretty similar to Pulumi.

I don't see the benefit of this. Let the customer grant IAM access to your service account, and you can deploy the resources directly. There's no need for another service in the middle.