Introduction
Running applications on Kubernetes can use more resources than needed, which costs money. Cost optimization helps you use just the right amount of resources so you save money without hurting your apps.
When your Kubernetes cluster bills are higher than expected and you want to reduce costs.
When you want to avoid paying for unused CPU or memory in your app containers.
When you want to automatically adjust resources based on app demand to save money.
When you want to find and remove idle or unnecessary workloads in your cluster.
When you want to set limits so no app uses more resources than it should.