# K8s Static Pod Autoscaler (SPA) k8s-spa is a command line utility that will automatically calculate memory requests for your pods based on: 1. real memory usage of your pods, based on Prometheus metrics 2. your risk tolerance (the higher your risk, the lower the requests) ## Installation Install cargo via [rustup](https://rustup.rs/). ``` cargo install k8s-spa ``` ## Usage Documentation coming soon