@Pedroff,
You should consider
- to use Azure: it is possible to achieve what you want on Azure Cloud (any other cloud for that matter, as long as a file share can be used), OR
- to wait for the next release, OR
- create a custom solution: for instance, consider Heartbeat + Corosync + DRBS, but this is more difficult in terms of setup and maintenance, OR
- create a custom solution based on Docker,
and the above is a enumeration of some of the alternatives.
Please note that it often is a bad idea to do what you want, since clustering requires a cluster for everything: mail servers, database server, load balancing etc.
The alternatives provided by competitive hosting panels are often API based, it merely is remote management of servers, nothing more.
The latter also means that you are not really talking about a cluster, but more or less about a remotely management hosting panel instance.
And that is not what you want, if you have the need for clustering.
In general, I would advice you to have a look at the Azure alternative: easy to setup, reliable and blazing fast.
Hope the above helps and explains a bit.
Regards!