estimate_helm_diff_cost
Estimate the monthly cost impact of Helm diff changes including replica count, CPU/memory requests, instance type, and node count. Input a helm diff upgrade output or git diff.
Instructions
Estimate the monthly cost impact of a helm diff or values.yaml change. Handles replicaCount, CPU/memory requests, instanceType, and nodeCount changes.
Paste the output of helm diff upgrade or a values.yaml git diff.
Examples: - "How much will this helm diff cost?" - "What's the cost impact of scaling from 3 to 10 replicas?" - "Estimate cost of upgrading this node pool instance type"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff_text | Yes | ||
| release_name | No | unknown | |
| current_replicas | No | ||
| current_cpu_request | No | 100m | |
| current_memory_request | No | 128Mi |