mschenck / lab

6 stars 3 forks source link

Cluster scalability #13

Open mschenck opened 1 year ago

mschenck commented 1 year ago

Problem Statement

Currently clusters are hard-coded to a single node. This was intended to keep the lab as close to free as possible, however sometimes it's worth the cost to scale for capacity.

Need

Support the ability to scale clusters, both horizontally (number of instances) and vertically (instance size).

Nice to have