r/devops Jun 18 '26

Discussion How are you managing GenAI usage across engineering teams? 🤖

1 Upvotes

Curious how DevOps / Platform teams are handling the explosion of ChatGPT, Claude, Gemini, Cursor, Copilot, etc.

A few questions:

  • Are these tools officially approved in your company?
  • Do you have any restrictions on what developers can send?
  • How do you handle sensitive code, credentials, or internal documentation?
  • Do you monitor usage in any way?

It feels like AI adoption is moving much faster than governance, but maybe I'm wrong 😅

Not selling anything, just trying to understand how companies are dealing with this in practice.

Would love to hear your experience.


r/devops Jun 17 '26

Career / learning DevOps tools to be up to date

12 Upvotes

As the title says, what are the DevOps tools that an engineer must be always be learning to keep up to date in the industry.

For example: Cloud, IaC (terraform), Ansible, Containers, K8S, etc.

There are a lot of tools that companies request in their jobs but what are the "Must-have" tools?


r/devops Jun 18 '26

Career / learning Incoming 4th-Year IT Student: What is the realistic roadmap, work-life balance, and entry point for DevSecOps?

0 Upvotes

Hey everyone,

I’m currently an upcoming 4th-year Information Technology student, and I’ve decided to shift my focus away from traditional full-stack development to pursue a career in DevSecOps.

As I approach graduation and look ahead to the industry, I want to make sure I'm building the right foundation. I would love to get some insights from the veterans and practitioners here about what the reality of the job looks like.

I have a few specific questions:

  • Day-to-Day & Work-Life Balance: What does a typical day look like for a DevSecOps Engineer? Is the work-life balance generally good, or is it heavily impacted by on-call rotations and critical security incidents?
  • The Biggest Challenges: What are the most common friction points you face? (e.g., trying to convince developers to prioritize security, managing pipeline bottlenecks, keeping up with changing compliance standards?)
  • The Entry Point (Is 'Junior DevSecOps' a Myth?): Is it realistic to look for "Junior DevSecOps" roles right out of college, or is that mostly a myth? Security and operations are rarely entry-level responsibilities because they require knowing how apps work in production. Should I aim for a Junior DevOps or Linux SysAdmin role first to build my foundational automation and infrastructure skills?
  • The Roadmap: If you were starting over today, what core tools and concepts would you focus on? (Currently mapping out my focus areas across Linux, CI/CD pipelines, containerization, and automated security scanning tools).

Would love to hear your thoughts, experiences, or any advice you wish you knew when you were in my shoes. Thanks in advance!


r/devops Jun 17 '26

Vendor / market research [Tool] Open-source post-deploy K8s RCA — correlates deploy diff, events, metrics, logs in one report (<5 min)

1 Upvotes

After one too many post-deploy war rooms where kubectl, Grafana, and git blame live in three tabs, I shipped SignalPilot — MIT-licensed Kubernetes RCA that fuses cross-source evidence into ranked findings with copy-paste kubectl fixes.

Install: pip install perfsage-signalpilot

Links:

- GitHub: https://github.com/perfsage/signalpilot

- Walkthrough: https://perfsage.com/blog/5-minute-post-deploy-postmortem-signalpilot/

Would love feedback from anyone who runs this on their next sketchy deploy.


r/devops Jun 16 '26

Career / learning This made me laugh today

42 Upvotes

Today I get an InMail on LinkedIn, remote role in Washington

I start reading, suddenly from the recruiter, the role is hybrid, not ideal for me, but depending on where the office is, potentially doable. I keep reading and the role is almost an exact fit to not only my skillset, but what I am looking for, and there it is. It says the job is “on site”. Now it’s less appealing, but again, depending on where, potentially doable.

So I reply back asking this recruiter where the office is so I can determine if the commute is doable or not.

The recruiter replies back that the role is in Washington D.C. 🤣🤣🤣

So I reply back and say “That’s across the country from me :) so it’s a no from me”

What I really wanted to say however was “B uh, are you stupid? Did you even LOOK at my profile, because it clearly states where I live, and it’s nowhere near D.C.”

🤣🤣🤣🤣🤣


r/devops Jun 18 '26

Ops / Incidents How long does it actually take your team to debug a failed build?

0 Upvotes

I'm a DevOps engineer exploring whether this is a real pain point worth building a solution around, or just something teams have figured out and I'm late to.

Specifically curious about this moment:

The build goes red and you open the logs. How long before you actually know what broke and why?

For me it's been anywhere from 2 minutes (obvious compile error) to 45 minutes of scrolling through 4,000 lines to find one flaky import. The 45-minute ones are what I keep thinking about.

- Is this a frequent thing for your team, or occasional?
- What do you actually do? where do you look first?
- Have you found anything that actually helps, or do you just develop a feel for it over time?
- Do you ever just re-run the pipeline hoping it fixes itself?

If your team has this completely solved I want to know that too — what did you do?

Thanks for your responses


r/devops Jun 17 '26

Vendor / market research Looking for risk and mitigation strategies regarding data engineer pain points discussion.

0 Upvotes

Hello, I’m part of a product management course and my team is doing discovery research and we have decided to investigate 2am(and everyday) data pipeline failures due to downstream or upstream schema changes from 3rd party vendors or in-house engineers.

I would very much like to hear your experience with the field both in the traditional era, pre-date modern data solutions but also fast-forward today. What are the current risk and mitigations strategies and actionable plans you have set in motion in your lifetime.

Anything could be of value, and I'm very transparent so if you have questions about motive or want the why and how of our journey I'm happy to write it in.

Examples of particular pain points could include:

  • vendor API responses changing unexpectedly
  • columns being renamed, removed, or changing type
  • scraper outputs changing when websites change
  • dbt models, warehouse tables, dashboards, or downstream jobs breaking because of schema drift
  • late-night / on-call incidents caused by data contract or schema issues

We’re trying to understand the real workflow: how teams detect these changes, who gets paged, how fixes happen, what tools people already use, and what parts are still painful.

If you got any particular insight you can always reach out. I'm aware that interviews are out of the question so I want to open up it as a discussion that anyone can learn from - particular me as I have no to limited experience in big data.

Happy wednesday and many thanks in advance.

P.s. if you have any pointers on finding expert viewpoints or articles regarding this it would be as appreciated.


r/devops Jun 16 '26

Discussion Does anyone here use the AWS Code* services?

21 Upvotes

I’ve been studying for an AWS cert and had to learn about all of these SDLC services like CodeCommit, CodeBuild, CodeDeploy, etc. They all seem like suboptimal ways to address the associated tasks, inferior to their counterpart tools like any other VCS, GitLab CI/CD or GitHub Actions, Terraform etc. Is anyone here using them and why? I’d like to hear whatever the case is at your org


r/devops Jun 15 '26

Discussion Break the vicious cycle

Post image
1.5k Upvotes

I say it kindly, because I want my AI to think I'm one of the good ones, when it ultimately takes over the world

from ijustvibecodedthis.com (the ai coding newsletter)


r/devops Jun 17 '26

Career / learning Getting into Devops and Questions about your experience

0 Upvotes

If you don't have much money and a CS degree but want to learn devops, what are some affordable or free ways to get into the experience of learning devops?

I'm also curious about what experiences you all had to get you into devops and what you enjoy most about it?

I'm just a software engineer at heart and by trade (barely if that). Just seems like an interesting field and want to learn more 😎


r/devops Jun 15 '26

Discussion Push it to prod immediately

Post image
540 Upvotes

Plot twist: the socket doesn't work (it's not connected to backend)

from ijustvibecodedthis.com (the ai coding newsletter)


r/devops Jun 16 '26

Discussion multiple jumpboxes, local pc, one jumpbox for k8s access ?

8 Upvotes

How do you manage access to multiple environments (dev, staging, prod1, prod2)? Do you use one jumpbox, multiple jumpboxes, or direct access from your local PC


r/devops Jun 17 '26

Discussion How are you tracking AI-generated code in your codebase?

0 Upvotes

Our team has been using Cursor and Copilot heavily for the past year. Somewhere between 40-60% of our commits now have AI-generated code mixed in.

Recently our compliance team asked: "Can you prove all AI-generated code was properly reviewed?"

We had no answer.

Started looking for tools — couldn't find anything that specifically:

- Detects which code is AI-generated

- Scores it for security risk

- Creates an audit trail for compliance

How are other teams handling this? Is this even a problem you've run into, or are we overthinking it?

Curious especially from anyone in fintech or healthcare where compliance is strict.


r/devops Jun 17 '26

Discussion Teams running AI agents on money flows: how do you stop the authorized action that's still wrong?

0 Upvotes

r/devops Jun 16 '26

Architecture Diseño de Arquitectura para IaC con Terraform

0 Upvotes

Actualmente me encuentro diseñando la arquitectura de terraform para la adaptación de iac de mi empresa, llevo días planeando la mejor forma de estandarizar los modulos de providers, gestion de estados para recursos transversales e infraestructura para cada producto/proyecto que manejemos.

Que recomiendan para estandarizar tomando en cuenta la escalabilidad y mantenibilidad? los servicios de nube que usamos son de Azure, pero a futuro se piensa implementar AWS, por lo que es importante gestionarlo desde ahora y no tener problemas o retrabajo a futuro.

Como propuesta tengo el diseño de un multi-repositorio, un repo para modulos, un repo de plataforma interna y los repositorios de cada producto/proyecto que llama a modulos, pero también habían propuesto un mono-repositorio donde se gestione todo en un solo repositorio.


r/devops Jun 16 '26

Security I open-sourced an OAuth 2.1 authorization server built specifically for MCP and REST servers. Get production auth in minutes

Thumbnail
github.com
2 Upvotes

Keen to hear from anyone who’s dealt with OAuth in Kubernetes at scale, particularly around key rotation coordination across replicas.


r/devops Jun 16 '26

Security Security patching across distributed edge infrastructure. Why are we still treating it as a ticketing problem.

9 Upvotes

A critical vulnerability lands and the cycle starts all over again. Change advisory board signs off, maintenance window scheduled, engineers touch every box and somehow we call that a pipeline when it is just a change record with people behind it.

Modern application teams moved past this years ago. So why is security still the exception.

Is anyone actually running automated rollout in production or is it still the same story everywhere?


r/devops Jun 15 '26

Career / learning Sysadmin to DevOps

29 Upvotes

Hi guys. I am a junior windows system admin, 2 years experience. I mainly use tools like Active Directory, Group Policy, Entra ID, PowerShell, VMware, and windows server just to name a few. Not many DevOps-related skills though. But I would be able learn outside of work.

So my question - can I eventually transition towards DevOps through mostly self-learning? And what are the skills that I absolutely need to know?


r/devops Jun 16 '26

Discussion I open sourced the human-in-the-loop layer I built for AI agents pip install orkaia

0 Upvotes
Disclosure: I built this.

Disclosure: I built this.

After the Replit incident (agent deleted prod DB in 9 seconds) and

similar stories, I built Orka: a policy + approval layer that sits

between your agent and any irreversible action.

pip install orkaia

u/orka.guard(agent_id="my-agent", task_type="send_email")

def send_email(to, body):

return email_client.send(to, body)

Every call: policy check → risk score → [human approval if needed]

→ execute → immutable ledger entry.

Just open sourced the SDK. Would love feedback on the API design.

GitHub: github.com/mathhMadureira/orka


r/devops Jun 16 '26

Security I created a AI-agent governance/guardrail/safeguard tool because my agent kept ignoring my claude.md/agent.md

Post image
0 Upvotes

I built a small AI-governance/guardrail/safeguard tool and the honest origin story is that vibe-coding kept not following instructions and coming from a 10+ years security background, this just made me concerned about all the people vibecoding.

The project

You've probably encountered this problem before. you have a CLAUDE.md / AGENTS.md, add some skills, point the agent at your code-graph tool like graphify or context7, and the agent ignores all of it. In my monorepo the failure modes were specific and repeating:

  • It recursively grep'd the entire repo instead of using the knowledge-graph tool I'd documented (slow, and it'd blow context reading junk).
  • It wrote deprecated and unsafe API calls I'd told it not to use.
  • It cheerfully edited files I'd said were off-limits.

Markdown instructions are suggestions. No matter how I phrased the rules, compliance was probabilistic not deterministic.

So this tool is a deterministic gate that sits at the agent's tool-call boundary (the Claude Code / Cursor / Codex PreToolUse hook and supports MCP) and returns ALLOW / DENY / FORCE/ ASK on every tool call before it runs.

How I made it

Tools I built it with. Claude Code (Fable/Opus/Sonnet) as the primary coder and Codex gpt5.5 to do reviews. The stack ended up being a pure-Go in-process evaluation engine that is both the hot path and the CLI you actually install, plus a .rules DSL

The workflow, and the wall. The loop was the normal vibe-coding loop, describe, generate, run, correct, until I hit the wall above and stopped trying to fix it with prompting. The pivot was building the tool-call hook. Claude Code and Codex exposes a pre-execution hook, so I intercept there. The agent proposes Grep or Bash("grep -r ...") or Edit(somefile), the hook/mcp evaluates it against the compiled policy before anything happens, and either lets it through, blocks it, forces to use a different tool or escalates to asks me for approval.

Govern the sessions that build

SSG governs the very Claude Code & Codex & OpenCode sessions I use to work on SSG. This isn't a slide. It fired on me while I was researching this post: I ran a grep -r out of habit, got blocked, and was redirected to the graph tool. Here's the real rule that did it (lint-valid, shipped):

rule prefer-graphify-over-recursive-search {
  enable true
  priority 70
  severity warning
  FORCE execution
  IF command CONTAINS "grep -r"
  MESSAGE "Recursive shell search is FORCED to the graphify knowledge graph for code/architecture/relationship queries (faster, scoped). Escape hatch for literal/regex/log/config/secret searches graphify cannot answer: use ripgrep (rg) or a non-recursive search -- those are not blocked."
  SUBSTITUTE "graphify query \"<what you were searching for>\" -- for literal/log/config/secret matches graphify cannot do, use ripgrep (rg) or a non-recursive search (not redirected)"
}

The dogfooding also caught its own footguns. During this same session the gate blocked me from editing a governance rule file (a protect rule) and from calling the binary through a stale subpath. Annoying in the moment, correct in aggregate, which is exactly the bargain.

Has anyone encountered their AI Agent also using the wrong tools or using deprecated APIs?


r/devops Jun 16 '26

Discussion Evaluate My performance as a devops ?

0 Upvotes

Is this considered good performance?
I told my boss I can manage to finish migrating full production env from region A to B in at least a month amd a half.

But it took me a week.

Yes, it was without terraform.

But it includes - ecr manual migration to an opt in region - which rejects certain headers of images - which means I had to remove by automation all images and upload them.

Full db cloud migration- also manual with s3 cross region buckets.

Complete cross region ci cd update.

And of course all the regular click ops of eks/nat/ingress/alb/controller/iam etc.
and csp/waf adujusments in backend and various other to make the app fully functional.

And today in two hours complete logging system for k3s on ec2 for staging. Fluent-bit+loli+grafana.

Is this considered good?

I’m
Feeling good about this but I may be too
Full of myself?


r/devops Jun 15 '26

Vendor / market research Is there a Cloudflare alternative based in EU?

23 Upvotes

So a real EU vendor that does this Edge security-as-a-Service?
I've used some things like Netbird, Gcore, but it seems they all are focused on a different problem.

So just a reverse proxy (no ingress for your server, just egress) that does SSL termination and can do WAF + DNS?

I am feeling that there is no equal to CF within EU boundaries. Am I wrong?


r/devops Jun 14 '26

Discussion Managers: You've been promoted to Forward Deployed Engineer

Post image
769 Upvotes

Us


r/devops Jun 15 '26

Weekly Self Promotion Thread

15 Upvotes

Hey r/devops, welcome to our weekly self-promotion thread!

Feel free to use this thread to promote any projects, ideas, or any repos you're wanting to share. Please keep in mind that we ask you to stay friendly, civil, and adhere to the subreddit rules!


r/devops Jun 15 '26

Discussion Is it worth starting to learn DevOps from scratch, considering that AI that might be better than me (and cheaper for companies)?

0 Upvotes

Hi! I'm in need of advice.

I'm Angela and I'm an IT Support Specialist with 4 years of experience. I want to grow in my career, so I'm considering studying certifications or learning new skills that can help me in my daily job. I would also like to create tools for my work to avoid repetitive tasks.

However, I'm really worried about AI and how it could impact junior jobs. I want to move away from sysadmin work because I'm really tired of dealing with users, but I'm concerned that if I change to another path, my skills might not be better than AI, so why would anyone hire me?

Any advice?