lfops
lfops copied to clipboard
Implement Dynamic Scaling
How about this scenario?
- Imagine an Ansible deployment host
- In inventory, for each VM, define the VM's working hours:
- Mo-Fr 08:00-18:00 t-shirt-size "medium"
- otherwise "small"
- 15th of each month 14:00-16:45 "superbig" because of peak usage
- A systemd-timer job runs (regulary) and customizes the T-shirt-size of each VM
Is this possible (including up- and downscaling of the VM without downtime)? Could save costs and improves response times.