Hello,
I am trying to setup a KVM server for production, referring to https://help.ubuntu.com/community/KVM and https://help.ubuntu.com/community/JeOSVMBuilder
I simply want to be able to easily create, clone and monitor resources of virtual machines using JEOS (intrepid) All my virtual machines should be accessible from external network, so I need bridge networking for each.
I installed KVM with:
sudo apt-get install kvm libvirt-bin python-vm-builder qemu bridge-utils
Two question:
- why does build-essentials get installed ? I hate having a source compiler on a production server.
- should I use vmbuilder or virt-install as stated in official ubuntu server documentation ?
Regards.