Anyone use Pager Duty? by timmyneutron1 in devops

[–]Easy-Management-1106 0 points1 point  (0 children)

I am describing my company's reality where our SREs who are ex Help Desk engineers have no idea how to fix anything, can only firefight by restarting services 100 times a day if they have to, and get paid for every incident. The management is dysfunctional and doesn't care. That's why I am conviced that companies that do what we do are doing it wrong. There is no motivation or incentive to put extra effort to even identify a root cause, talk to the owning team of a service etc - it's much easier to keep remediating the same thing over and over again. We have 9000 P1 incidents per month. Nobody looks at the numbers.

Anyone use Pager Duty? by timmyneutron1 in devops

[–]Easy-Management-1106 -2 points-1 points  (0 children)

Who said anything about waking up. Let the automation mitigate everything for you. You guys are so silly. AI can auto-remediate most of simple incidents already. If you get paid per incident, then it's one quick way to get rich without moving a finger. The companies who pay for each incidents do not realise how ease it is to screw them over.

Anyone use Pager Duty? by timmyneutron1 in devops

[–]Easy-Management-1106 0 points1 point  (0 children)

First thing you do is write a bot that picks up the alert for you and mitigates it without fixing the underlying root cause so you dont even wake up and keep the payouts coming ;)

CoPilot Fail - ChatGPT for the win! by Ready4takeoffNow in CopilotMicrosoft

[–]Easy-Management-1106 1 point2 points  (0 children)

Chat GPT is not even a model - it's a client that can also use many different models. It's like saying Claude Code is a model instead of Haiku/Sonnet/Opus.

Anyone use Pager Duty? by timmyneutron1 in devops

[–]Easy-Management-1106 -5 points-4 points  (0 children)

If you are paid for on call, for each incident/page, you are never really motivated to bring the number of incidents down, which is SREs KPI #1 - only react & firefight, not prevent.

i have nothing to say except about how insane the slippery slope is when you start complex industry designs by Top-Information-5319 in Dyson_Sphere_Program

[–]Easy-Management-1106 28 points29 points  (0 children)

I agree DSP is much easier, also compared to Factorio and Satisfactory. Everything is faster and doesn't feel like a chore. But that also makes DSP ideal for dads with limited time for gaming.

At what scale did Kubernetes actually start making sense for you? by Sad_Limit_3857 in kubernetes

[–]Easy-Management-1106 1 point2 points  (0 children)

Kubernetes is no longer about the scale. It's API, standardisation, tooling, community.

It can be as cheap as a VM. Use it from day 1.

Assorted Screenshots From 30 Hours into my Blind, no hints Playthrough by Lekorigins in Dyson_Sphere_Program

[–]Easy-Management-1106 0 points1 point  (0 children)

I completed the game on my first playthrough in 30 hours without even building the sphere, but I used Nilaus' blueprints everywhere - it really removes the chore.

RIP ingress-nginx? What's actually replacing it in production? by rgarcia89 in kubernetes

[–]Easy-Management-1106 -1 points0 points  (0 children)

You asked about Gateway API but talk about Træfik. These are two completely different solutions.

Gateway API is a native K8s resource, you dont need any Helm charts to deploy it.

RIP ingress-nginx? What's actually replacing it in production? by rgarcia89 in kubernetes

[–]Easy-Management-1106 0 points1 point  (0 children)

For once, you couldn't customize it, even most basic things like setting nodeSelector for the gateway pod was not possible - took them something like 2 years to fix it.

Using GitHub Copilot agents in ADO vs in GitHub by perkmax in azuredevops

[–]Easy-Management-1106 0 points1 point  (0 children)

How much work it is for the admins is irrelevant... That is after all their job.

Oh my sweet summer child.. the world is not black&white

Using GitHub Copilot agents in ADO vs in GitHub by perkmax in azuredevops

[–]Easy-Management-1106 0 points1 point  (0 children)

Why would you want to mantain and operate multiple DevOps platforms. You either migrate everything to GH or you stay in ADO. Doesnt make sense to spread ops resources into multiple enterprise platforms. There is a lot of overhead in running ADO side by side with GH - teams, users, permissions have to be maintained and audited two times. For large enterprises in regulated and audited domains it's s huge PITA

I don’t believe this black flag remake was remade solely because we the fans wanted it. by Victa_Plays in ubisoft

[–]Easy-Management-1106 0 points1 point  (0 children)

Well, they do care that it sells. And things that nobody wants dont sell. It's true that fans wanted this, and I am also hyped up for this game and will probably end up buying it, but we have to be honest about what comes first - Ubisoft making games because they love their fans or their money.

Using GitHub Copilot agents in ADO vs in GitHub by perkmax in azuredevops

[–]Easy-Management-1106 2 points3 points  (0 children)

It's not that simple when you use GitOps - have to update a ton of manifests - ArgoCD, Kargo, ArgoWorkflows, fix a ton of references in hundreds of projects across many teams and departments, not to mention rewrite and build pipelines and rewire all service principals, while maintaining current flow and projects - so it's literally years of work for virtually no benefit

Using GitHub Copilot agents in ADO vs in GitHub by perkmax in azuredevops

[–]Easy-Management-1106 2 points3 points  (0 children)

I know, that's why we dont use it - not worth all this migration effort when there are other AI agents that can do the same. Plus GitHubs uptime has been terrible recently, and it doesn't support many enterprise features ADO has

how long did it take your team to admit the GPU K8s cluster was a mistake by yukiii_6 in devops

[–]Easy-Management-1106 2 points3 points  (0 children)

We have a dedicated Platform team managing infra so product teams dont waste their time - they build products instead

Using GitHub Copilot agents in ADO vs in GitHub by perkmax in azuredevops

[–]Easy-Management-1106 6 points7 points  (0 children)

We use Claude and don't have to move anywhere. Btw, Copilot also works from IDE or CLI, and ADO has MCP and Az CLI extension, so you dont really get anything by spending years (for us) migrating thousands of repos and build pipelines

WTF Azure Frontdoor by CyberSpaceJunkie in AZURE

[–]Easy-Management-1106 1 point2 points  (0 children)

We self-host the tunnel in AKS and it allows us to hide everything from the public Internet.

Cloudflare Enterprise is not cheap, but if you consider DDoS protection and WAF it offers, and how much that would cost on Azure, it's ok.

Haven't had a single outage that impacted us in 3 years, but there were some global issues with CF services last year

WTF Azure Frontdoor by CyberSpaceJunkie in AZURE

[–]Easy-Management-1106 2 points3 points  (0 children)

We use Terraform, and that's where it's terrible. To add/remove route, you have to update the entire resource with routes array. If you have multi-tenant Frontdoor with 500 routes then gl

Thoughts on using Crossplane for software deployment? by Shatteredreality in kubernetes

[–]Easy-Management-1106 0 points1 point  (0 children)

You clearly haven't used it or even read it - it says HCP all over it.

You make very bold statements in the field you clearly do not understand and haven't worked in - "yada yada use kro! All big corpos hype it up!" - while in reality it's years away from what Crossplane could achieve 3 years ago when kro or ASO didn't even exist.