One of the tougher things of maintaining a Kubernetes cluster is making sure it scales down correctly. Even the official Kubernetes autoscaler FAQ has a section specifically targeted to this.
This tool helps identifying the issues that the pods in your cluster may have that prevent the cluster autoscaler from scaling down.
- Make sure you are connected to the right cluster with kubectl.
- Clone this project and run
php analyzer.php
Coming soon.
If you found a bug or have a question, please open an issue on the GitHub Issue tracker. Improvements can be sent by a Pull Request against the master branch and are greatly appreciated!