LXC Containers or KVM? [on hold]
up vote
0
down vote
favorite
I have 3 Linux servers on Virtualbox(2 of them are Debian and one is Ubuntu). I want to bring them together into one VM by creating one virtual machine to act as a KVM.
I'm just wondering if it is possible to manage different guest VMs inside the LXC to act a KVM or can this only be done using QEMU/Libvirt to manage the VMs?
Edit* I want to be able to know if I can control my Linux servers remotely using commands rather than a graphical desktop environment.
linux kvm lxc
New contributor
ThomasJH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as unclear what you're asking by Rui F Ribeiro, G-Man, John WH Smith, RalfFriedl, Stephen Harris Dec 2 at 4:00
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
I have 3 Linux servers on Virtualbox(2 of them are Debian and one is Ubuntu). I want to bring them together into one VM by creating one virtual machine to act as a KVM.
I'm just wondering if it is possible to manage different guest VMs inside the LXC to act a KVM or can this only be done using QEMU/Libvirt to manage the VMs?
Edit* I want to be able to know if I can control my Linux servers remotely using commands rather than a graphical desktop environment.
linux kvm lxc
New contributor
ThomasJH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as unclear what you're asking by Rui F Ribeiro, G-Man, John WH Smith, RalfFriedl, Stephen Harris Dec 2 at 4:00
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
You can run guests in guests, but that becomes complex, completely uncalled for, and not advised. What do you mean by "LXC to act like KVM " ? they are different technologies , how would they act the same? What are you wanting?
– Panther
Dec 1 at 14:45
I want to be able to know if I can control my Linux servers remotely using commands rather than a graphical desktop environment. I recently started my knowledge about LXC so I'm not entirely knowledgeable of the technologies behind it. So I just kind of wonder in between the LXC sides and KVM sides knowing their differences.
– ThomasJH
Dec 1 at 16:17
Of course you can. You can ssh into the host and configure the guests, start, stop, or you can ssh into the guests. Look at docker and virsh. You can also connect to virt-manager via ssh
– Panther
Dec 1 at 16:37
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have 3 Linux servers on Virtualbox(2 of them are Debian and one is Ubuntu). I want to bring them together into one VM by creating one virtual machine to act as a KVM.
I'm just wondering if it is possible to manage different guest VMs inside the LXC to act a KVM or can this only be done using QEMU/Libvirt to manage the VMs?
Edit* I want to be able to know if I can control my Linux servers remotely using commands rather than a graphical desktop environment.
linux kvm lxc
New contributor
ThomasJH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have 3 Linux servers on Virtualbox(2 of them are Debian and one is Ubuntu). I want to bring them together into one VM by creating one virtual machine to act as a KVM.
I'm just wondering if it is possible to manage different guest VMs inside the LXC to act a KVM or can this only be done using QEMU/Libvirt to manage the VMs?
Edit* I want to be able to know if I can control my Linux servers remotely using commands rather than a graphical desktop environment.
linux kvm lxc
linux kvm lxc
New contributor
ThomasJH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ThomasJH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Dec 1 at 16:17
New contributor
ThomasJH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 30 at 18:27
ThomasJH
12
12
New contributor
ThomasJH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ThomasJH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
ThomasJH is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as unclear what you're asking by Rui F Ribeiro, G-Man, John WH Smith, RalfFriedl, Stephen Harris Dec 2 at 4:00
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by Rui F Ribeiro, G-Man, John WH Smith, RalfFriedl, Stephen Harris Dec 2 at 4:00
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
You can run guests in guests, but that becomes complex, completely uncalled for, and not advised. What do you mean by "LXC to act like KVM " ? they are different technologies , how would they act the same? What are you wanting?
– Panther
Dec 1 at 14:45
I want to be able to know if I can control my Linux servers remotely using commands rather than a graphical desktop environment. I recently started my knowledge about LXC so I'm not entirely knowledgeable of the technologies behind it. So I just kind of wonder in between the LXC sides and KVM sides knowing their differences.
– ThomasJH
Dec 1 at 16:17
Of course you can. You can ssh into the host and configure the guests, start, stop, or you can ssh into the guests. Look at docker and virsh. You can also connect to virt-manager via ssh
– Panther
Dec 1 at 16:37
add a comment |
You can run guests in guests, but that becomes complex, completely uncalled for, and not advised. What do you mean by "LXC to act like KVM " ? they are different technologies , how would they act the same? What are you wanting?
– Panther
Dec 1 at 14:45
I want to be able to know if I can control my Linux servers remotely using commands rather than a graphical desktop environment. I recently started my knowledge about LXC so I'm not entirely knowledgeable of the technologies behind it. So I just kind of wonder in between the LXC sides and KVM sides knowing their differences.
– ThomasJH
Dec 1 at 16:17
Of course you can. You can ssh into the host and configure the guests, start, stop, or you can ssh into the guests. Look at docker and virsh. You can also connect to virt-manager via ssh
– Panther
Dec 1 at 16:37
You can run guests in guests, but that becomes complex, completely uncalled for, and not advised. What do you mean by "LXC to act like KVM " ? they are different technologies , how would they act the same? What are you wanting?
– Panther
Dec 1 at 14:45
You can run guests in guests, but that becomes complex, completely uncalled for, and not advised. What do you mean by "LXC to act like KVM " ? they are different technologies , how would they act the same? What are you wanting?
– Panther
Dec 1 at 14:45
I want to be able to know if I can control my Linux servers remotely using commands rather than a graphical desktop environment. I recently started my knowledge about LXC so I'm not entirely knowledgeable of the technologies behind it. So I just kind of wonder in between the LXC sides and KVM sides knowing their differences.
– ThomasJH
Dec 1 at 16:17
I want to be able to know if I can control my Linux servers remotely using commands rather than a graphical desktop environment. I recently started my knowledge about LXC so I'm not entirely knowledgeable of the technologies behind it. So I just kind of wonder in between the LXC sides and KVM sides knowing their differences.
– ThomasJH
Dec 1 at 16:17
Of course you can. You can ssh into the host and configure the guests, start, stop, or you can ssh into the guests. Look at docker and virsh. You can also connect to virt-manager via ssh
– Panther
Dec 1 at 16:37
Of course you can. You can ssh into the host and configure the guests, start, stop, or you can ssh into the guests. Look at docker and virsh. You can also connect to virt-manager via ssh
– Panther
Dec 1 at 16:37
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can run guests in guests, but that becomes complex, completely uncalled for, and not advised. What do you mean by "LXC to act like KVM " ? they are different technologies , how would they act the same? What are you wanting?
– Panther
Dec 1 at 14:45
I want to be able to know if I can control my Linux servers remotely using commands rather than a graphical desktop environment. I recently started my knowledge about LXC so I'm not entirely knowledgeable of the technologies behind it. So I just kind of wonder in between the LXC sides and KVM sides knowing their differences.
– ThomasJH
Dec 1 at 16:17
Of course you can. You can ssh into the host and configure the guests, start, stop, or you can ssh into the guests. Look at docker and virsh. You can also connect to virt-manager via ssh
– Panther
Dec 1 at 16:37