An open API service indexing awesome lists of open source software.

https://github.com/converged-computing/kubescaler

Supporting classes in Python for easily scaling Kubernetes clusters (under development)
https://github.com/converged-computing/kubescaler

converged-computing elasticity kubernetes scaling

Last synced: 5 months ago
JSON representation

Supporting classes in Python for easily scaling Kubernetes clusters (under development)

Awesome Lists containing this project

README

          

# KubeScaler

> Make your Kubernetes cluster YUGE! Or Smol. :)

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

[![PyPI](https://img.shields.io/pypi/v/kubescaler)](https://pypi.org/project/kubescaler/)
[![DOI](https://zenodo.org/badge/644706941.svg)](https://zenodo.org/badge/latestdoi/644706941)


KubeScaler Logo

This is a set of helper Python classes that make it easy to add elasticity, or scaling
up and down, of your Kubernetes clusters in Python. We currently have support for the clouds
we use, namely:

- Google (GKE)
- Amazon (EKS)

🚧️ **under development** 🚧️

This tool is under development and is not ready for production use. Documentation
and examples coming soon!

## 😁️ Contributors 😁️

We use the [all-contributors](https://github.com/all-contributors/all-contributors)
tool to generate a contributors graphic below.



Vanessasaurus
Vanessasaurus

💻
Md Rajib Hossen
Md Rajib Hossen

💻

## TODO

- fix up GKE scale function to only be one function, we don't need to reset max and min again
- run experiments for scaling on EKS

## License

HPCIC DevTools is distributed under the terms of the MIT license.
All new contributions must be made under this license.

See [LICENSE](https://github.com/converged-computing/kubescaler/blob/main/LICENSE),
[COPYRIGHT](https://github.com/converged-computing/kubescaler/blob/main/COPYRIGHT), and
[NOTICE](https://github.com/converged-computing/kubescaler/blob/main/NOTICE) for details.

SPDX-License-Identifier: (MIT)

LLNL-CODE- 842614