k8s-spa 0.2.0

A Static Pod Autoscaler (SPA) for K8s, based on Prometheus metrics.
k8s-spa-0.2.0 is not a library.

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.

cargo install k8s-spa

Usage

Documentation coming soon