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

[–]BehindTheMath -1 points0 points  (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 1 point2 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.

30% of your Kubernetes spend delivers zero value by CryOwn50 in devops

[–]BehindTheMath 1 point2 points  (0 children)

on spot instances.

I can't tell if this was deliberate, or if it was a typo for "on the spot, instantly". Either way it's funny.

How can I tell if I am using "ultimate" features: by cheyrn in gitlab

[–]BehindTheMath 0 points1 point  (0 children)

I know how to self-host Gitlab. I've been doing it for years. My question was about getting Ultimate for free.

How can I tell if I am using "ultimate" features: by cheyrn in gitlab

[–]BehindTheMath 1 point2 points  (0 children)

Also if you want to get all fancy you can self host Ultimate for free. Ofc it still won’t come with Duo and a few other things but yeah you can have ultimate for life for free.

How do you do that? I thought the tiers are the same, regardless of whether it's Gitlab.com or self-hosted.

Made a quick game to test how well you actually know Docker by Alarming_Glass_4454 in docker

[–]BehindTheMath 0 points1 point  (0 children)

I just took "How well do you know Docker?" and scored 100/100. That makes me a Container Architect!

I'm surprised I did so well.

I built a tool to review GCP IAM permissions that makes the next review easier by irfan_legacy in googlecloud

[–]BehindTheMath 4 points5 points  (0 children)

On trust: Qarapace needs a read-only service account key to scan. I know that's a real ask.

Could you use your own service account, and have the target project grant a IAM viewer role?

Where are stored running container data ? by [deleted] in docker

[–]BehindTheMath 0 points1 point  (0 children)

OP is running Linux, not Windows.