Top
Best
New

Posted by zdw 2 days ago

Running MicroVMs in Proxmox VE, the Easy Way(taoofmac.com)
175 points | 24 commentspage 2
fransje26 5 hours ago|
Not running a Proxmox system, would it be possible to setup something similar directly with QEMU?
LorenDB 7 hours ago||
One of my Proxmox hosts is glacially slow at running VMs. (Dell R520; I have a same-generation server that is fine at VMs, so not sure what the root cause is). I wonder if this would help performance.
mkesper 9 hours ago||
Tangentially, in theory, k3s + kubevirt + microvms sounds like the optimal combination for lightweight but isolated deployment. Does anyone have experience with that?
alde 9 hours ago||
KubeVirt only supports full QEMU. They have a long open issue about QEMU MicroVM support.
nullify88 5 hours ago||
I think you might be looking for Kata Containers which is a CRI for running vmms like firecracker.
j45 2 hours ago||
I'm curious if there's more than one way to achieve this.

Creating a single VM, with vm within vm (performance hit would be negligible for the orchestration work of agents), and it might offer some alternatives without having to customize Proxmox as much?

abound 2 hours ago|
This is what I do for a few projects. One beefy (Debian) VM with the CPU type set to "host" (or something like that) to allow for nested virtualization. Running Firecracker inside that VM.

Just be careful with the virtualized file systems to not create write amplification issues.

impara 9 hours ago|
[flagged]