Auto Scalability Feature

Ravi Kumar

New Member
Mar 16, 2018
2
0
1
56
Hyderabad
www.computerport.in
Would like to find out if Auto Scalability feature for the Virtual Machines is there in the latest version of Proxmox, if a Cluster is formed using Proxmox.

If we want to start something similar to Digital Ocean using Proxmox, is it possible or not

Request you to give the answer or pointers in this direction
 
@Alwin

Having some sort of "autoscaling group" functionality would be a great addition to Proxmox.

Of course, to keep the semantics similar to a "cloud platform", what would be useful is to be able to create a VM/LXC from a remote image url.

I have home-grown scripts which download the image from an http server and then do a "qmrestore" locally.

Are there any plans to integrate this functionality of being able to deploy from an "http(s)" source planned?
(where the download and qmrestore equivalent would be done my PVE itself)

Regards,
Shantanu
 
@fab_space kudos on the interesting tools! I think what would be interesting for a VM autoscaler is actually more similar to AWS ASGs, which support horizontal scaling, provisioning of new virtual machines, and balancing them amongst a PVE datacenter's nodes. Your vertical autoscaler and cluster balancer seem to get a lot of the way towards that end, but not quite.