I have one dedicated server and I want to deploy both Front-end and KVM Node on this server. Should I install both in bare metal or the Front-end can be a VM inside this box?
The box specs are:
12c/24t CPU
64GB of RAM
2x 512GB nvme (RAID1)
2x 6TB HDD (RAID1)
This is for production use. Unfortunately I have just one box to do it.
The FE can be inside a VM no issues at all. In fact, when having the FE inside a VM, you get the benefits of rollbacks with snapshots, which are useful when severe errors happen. The performance hit shouldn’t be critical since, the performance is mostly important just for running VMs managed by the frontend.