bosh-notes
bosh-notes copied to clipboard
Feature-Request: Bosh Autoscaler
It would be great to have bosh job auto-scaling functionality either built into BOSH core or available as an add-on service.
Two example popular use cases which come to mind:
-
Cell Autoscaling Triggered either by avgerage free memory across the Cells or maybe by looking at some more complicated metrics from CF (CC or BBS) to tell that jobs destined for a specific job/isolation segment can not be placed.
-
CF goRouter Autoscaling Triggered by CPU % of the routers or something more complicated like requests received per second
There is a project https://github.com/nttlabs/bosh-scaler. But it's inactive for 3 years.