DevOps May 2020 · 7 min read

The DevOps Tools That Won — and What's Coming Next

Written before the AI explosion, this piece predicted platform engineering and GitOps trends that are now table stakes. What it didn't see coming: LLM-powered pipelines.

In 2020, the DevOps tooling landscape felt like it was stabilizing. Kubernetes had won the container orchestration wars. GitHub Actions was making Jenkins feel old. Terraform was becoming the default language of infrastructure. The question wasn't which tools would survive — it was who would build the best integrations between them.

Five years later, most of those predictions held. But nobody predicted that the most disruptive force in DevOps tooling wouldn't be a new CI/CD platform or a smarter observability tool — it would be a large language model.

The Tools That Won

Let's start with what actually happened. Here's an honest look at the tools that cemented their place in the modern DevOps stack:

Kubernetes
✅ Dominant — table stakes for anything at scale
Terraform
✅ Won IaC — OpenTofu fork adds competition
GitHub Actions
✅ Displaced Jenkins for most new projects
ArgoCD
✅ GitOps standard for K8s deployments
Prometheus + Grafana
✅ Observability default stack
Helm
✅ K8s packaging standard despite rough edges

What the 2020 Predictions Missed

Platform Engineering became a discipline

In 2020, "internal developer platforms" were something Google and Netflix did. By 2024, platform engineering is a job title at companies of 50 people. The idea that DevOps teams should build products for their internal customers — not just pipelines — has become mainstream.

Tools like Backstage (developer portals), Port, and Cortex didn't exist in most DevOps conversations in 2020. Now they're increasingly central to how mature engineering orgs operate.

AI entered the pipeline

This is the big one. In 2020, "AI in DevOps" meant anomaly detection in monitoring tools. In 2025, it means:

The pipeline itself hasn't changed structurally — build, test, deploy, monitor is still the loop. But every step in that loop now has an AI co-pilot.

Security shifted left further than expected

DevSecOps went from a buzzword to a requirement. Supply chain attacks (SolarWinds, Log4Shell) changed how seriously organizations treat dependency scanning, SBOM generation, and secrets management. Tools like Snyk, Trivy, and HashiCorp Vault moved from "nice to have" to "required by compliance."

What's Actually Coming Next

AI-native CI/CD

The next generation of CI/CD tools won't just run your pipeline — they'll help you design it. Imagine describing your deployment requirements in plain English and having the pipeline generated, optimized, and maintained by an AI agent. Early versions of this already exist. In three years, it'll be normal.

Autonomous incident response

The on-call engineer who gets paged at 3am is going to be replaced — not by eliminating incidents, but by AI agents that can triage, diagnose, and often resolve incidents before a human needs to wake up. The engineer's role shifts to reviewing what the agent did and improving the playbooks that guide it.

Policy as code, everywhere

OPA (Open Policy Agent) and tools like Kyverno are becoming the standard for enforcing compliance guardrails at the infrastructure level. As regulatory requirements around AI systems grow (EU AI Act, HIPAA for AI-generated insights), policy as code will expand from "security best practice" to legal requirement.

🔭 The pattern: Every five years, a new abstraction layer makes the previous one invisible. In 2010 it was VMs. In 2015 it was containers. In 2020 it was Kubernetes. In 2025, it's AI agents. The engineers who thrive are the ones who understand what's happening under the abstraction — and when to trust it.

What This Means for Your Skills

The tools will keep changing. The fundamentals won't. Networking, storage, compute, security, observability — these pillars remain constant even as the tooling around them evolves.

What I'd add in 2025: learn to work with AI tools as a force multiplier, not a replacement. The engineers generating 10x output right now aren't smarter — they're better at directing AI tools, verifying their output, and owning the results.

DevOps Kubernetes AI Platform Engineering GitOps Tooling

👨‍💻
Mayur Rele
Senior Director, IT & Information Security · Parachute Health

15+ years in DevOps, cloud infrastructure, and cybersecurity. 700+ research citations. Scientist of the Year 2024. Writing about what actually works.

← Back to all posts