Show HN: Hanoi-CLI – simulate and optimize pod placement in Kubernetes(github.com)
github.com
Show HN: Hanoi-CLI – simulate and optimize pod placement in Kubernetes
https://github.com/k-krew/hanoi-cli
0 comments
—
https://github.com/k-krew/hanoi-cli
—
I built hanoi-cli, a small CLI tool that analyzes how pods are distributed across Kubernetes nodes and suggests a better placement.
The idea came from a recurring issue: clusters often end up imbalanced even when requests/limits are set properly. Some nodes get overloaded while others stay underutilized.
Would love feedback.