https://github.com/cbrgm/cloudburst
Prototype distributed architecture for an autoscaler for cloud bursting
https://github.com/cbrgm/cloudburst
architecture autoscaling cloudburst distributed-computing ilovetags prototype
Last synced: 5 months ago
JSON representation
Prototype distributed architecture for an autoscaler for cloud bursting
- Host: GitHub
- URL: https://github.com/cbrgm/cloudburst
- Owner: cbrgm
- License: apache-2.0
- Archived: true
- Created: 2020-12-03T14:35:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T10:15:00.000Z (about 5 years ago)
- Last Synced: 2025-12-13T16:48:51.303Z (6 months ago)
- Topics: architecture, autoscaling, cloudburst, distributed-computing, ilovetags, prototype
- Language: Go
- Homepage:
- Size: 313 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A Distributed Autoscaler For Cloud Bursting
# Cloudburst
Prototype distributed architecture for an autoscaler for cloud bursting that operates within an organization and can provision and scale resources automatically based on metrics as container-as-a-service with a public cloud provider.
### Overview
Cloud bursting is an operating model in which an application is run in a private cloud environment or data center, but resources of a public cloud are automatically provisioned when the demand for computing capacity increases. Deciding which criteria to use to offload resources to a public cloud, how to integrate provisioned resources into the locally operated infrastructure, and which cloud provider service model to use has become the focus of current research in recent years.
This "Hauptprojekt" conceptualizes, implements and evaluates an distributed architecture for an autoscaler for cloud bursting that operates within an organization and can provision and scale resources automatically based on metrics as container-as-a-service with a public cloud provider.
### Context

### Prerequisites
* Go 1.14+
* Docker (needed to generate OpenAPI spec and build containers)