Skip to content

davidmontoyago/kubectl-waste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubectl waste

In Kubernetes pod scheduling and load balancing decisions (I.e.: Kubernetes Cluster Autoscaler) are made based on the resource Requests allocated for every container in a Pod.

In circumstances in which best practices for pods requests allocation are not enforced (I.e.: using Resource Quotas), pods could request more resources than they actually ever use causing overcommitment of nodes. This kubectl plugin lists pods that have a high allocation of resource requests but are using only a small percentage of it.

Test

make test

Build

make build

Run

kubectl waste

About

Find wasteful pods with kubectl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published