https://github.com/petergrace/libvirt_autoscaler
libvirt autoscaler module for k8s cluster-autoscaler
https://github.com/petergrace/libvirt_autoscaler
Last synced: 9 months ago
JSON representation
libvirt autoscaler module for k8s cluster-autoscaler
- Host: GitHub
- URL: https://github.com/petergrace/libvirt_autoscaler
- Owner: PeterGrace
- License: mit
- Created: 2023-07-06T19:31:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T17:55:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T06:51:09.144Z (about 1 year ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libvirt_autoscaler
This project implements a gRPC server based on the [externalgrpc Cloud Provider for the Kubernetes autoscaler project.](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/externalgrpc)
What this server does is communicate to a libvirt/kvm installation to enable libvirt/kvm as a target for cluster autoscaling.
This code assumes that on the libvirt side, you already have a way of dynamically provisioning a node (I use cloud-init and will include an example userdata.)
This was mostly a pet project for myself but I welcome submissions from others and/or assistance in productionizing it further if this appeals to your use cases.