newrelic / nr1-cloud-optimize

NR1 Cloud Optimize allows you to Identify right-sizing opportunities and potential savings of your AWS, GCP, and Azure instances across your cloud environment.
https://discuss.newrelic.com/t/cloud-optimizer-nerdpack/82936
Apache License 2.0
48 stars 37 forks source link

CPU Request Billing #109

Open ghost opened 2 years ago

ghost commented 2 years ago

CPU Billing for Kubernetes is based on CPU usage not requests

Summary

Our real cost for a Kubernetes pod is the amount of CPU it reserves as we have to pay for an EC2 instance that has enough CPU to accomodate all of the CPU requests. We'd like to see this reflected in the Cost Optimizer if possible.