“We were essentially able to reduce the cost of that cluster by about 75%. On AWS, DevZero demonstrated they could achieve significantly higher savings than we initially thought possible.”

Mihir Nair
Head of Architecture, Databahn
Free CLI. Nothing leaves your machine
kubectl ctxrequests and what's usedNot the one with kubectl access?
Utilization
With metrics-server you get live CPU and memory next to what workloads requested. Without it, the report compares requests to allocatable and says so. That gap is usually the money.
3.8 of 47.1 cores used · 37.8 requested
40 of 128 GiB used · 96 requested
The gap between the green bar and the requested marker is capacity you pay for but don't use.
Consolidation
The scan re-packs your actual pods onto fewer nodes and names the ones that could be drained. Taints, tolerations, node affinity, and PodDisruptionBudgets are honored. What it can't model, like anti-affinity and topology spread, gets flagged instead of assumed away.
Savings estimate
Public on-demand pricing, split into rightsizing and spot-conversion headroom, capped so it can never exceed your current bill. It reads conservative on purpose. It has to survive a budget meeting.
Public on-demand list pricing, based on actual usage scaled to a ~70% utilization ceiling. Hard-capped at your current spend.
It exists for the moment before you'd give a vendor anything. So it takes nothing.
current-context: prod-eks
no sign-up flow exists
no --token flag to forget
it's a free scan
Your kubeconfig is the only credential
No token, nothing to sign up for. It uses the access your kubectl already has: read-only, same trust model as kubectl top.
network activity during a scan
Zero bytes leave your machine
Collection, simulation, and pricing all run locally. No telemetry, no phone-home, not even a version check.
verbs it uses
verbs it never asks for
Consolidation is simulated in memory. Nothing is drained for real.
It can't change anything
It only reads. Draining, rightsizing, and spot conversion are estimated, never executed. Your cluster is untouched.
One command, a minute of their time. Copy the ask and drop it in Slack.
Hey, can you run npx devzero analyze-cluster against prod and send me the report? It's read-only, runs locally, and takes about a minute (found it on devzero.io/analyze-cluster if you want to vet it first). Curious what our utilization actually is.
“We were essentially able to reduce the cost of that cluster by about 75%. On AWS, DevZero demonstrated they could achieve significantly higher savings than we initially thought possible.”

Mihir Nair
Head of Architecture, Databahn
Things platform engineers asked before pointing it at a real cluster.
If the numbers are real money, DevZero can go collect them. Continuously, with zero restarts.
Get started free