Savings Calculator¶
Note: This page is an interactive calculator that requires JavaScript. If you are viewing this on GitHub, visit the live version instead.
Estimate how much you could save by right-sizing your Kubernetes workloads with attune. Enter your current resource allocation and actual usage below, and see the projected monthly and annual savings instantly.
The calculator uses the same pricing model as the operator's built-in
EstimatedMonthlySavings computation (configurable via AttuneDefaults).
Quick Presets
Start with a typical scenario, then customize the numbers to match your environment.
Cloud Pricing
Your Workloads
Enter each service's current resource requests, actual P95 usage, and replica count.
Projected Savings with Attune
| Service | CPU: current → right-sized | Memory: current → right-sized | Monthly savings |
|---|
P95_usage x (1 + overhead/100). Monthly cost uses
(cores x CPU_price + GiB x mem_price) x 730 hours. Savings are
the difference between current and right-sized costs across all replicas.
Actual savings may be higher due to improved bin-packing enabling node
consolidation.
Understanding the Numbers¶
How right-sized values are calculated¶
For each workload, the right-sized resource request is:
right_sized = P95_usage x (1 + overhead/100)
This matches the operator's default algorithm: take the 95th percentile of observed CPU usage (or 99th for memory), multiply by the overhead, and clamp to the configured bounds.
Why actual savings may be higher¶
This calculator computes direct resource savings, the difference between what you're requesting now and what you'd request after right-sizing. But the real impact goes further:
-
Node consolidation: Lower pod requests mean better bin-packing. Your cluster autoscaler (or Karpenter) can fit more pods per node and scale down unused nodes. This often adds 10-30% on top of the per-pod savings.
-
Reduced spot/reserved waste: Right-sized workloads let you buy smaller reserved instances or committed use discounts, matching actual need instead of peak overestimate.
-
Operational time saved: No more quarterly resource review meetings. No more "why is the cluster full when utilization is 8%" investigations.
Common findings¶
| Cluster size | Typical monthly waste | Typical reduction |
|---|---|---|
| 5-10 services | $200-1,000 | 40-70% |
| 20-50 services | $2,000-10,000 | 50-75% |
| 100+ services | $15,000-100,000+ | 40-65% |
These ranges are based on industry benchmarks from CAST AI, Datadog, and ScaleOps reports.
Ready to capture these savings?
- Install Attune in 5 minutes
- Start with Recommend mode to validate the numbers in your own cluster
- Read why Attune for the full story