HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sitole

no profile record

投稿

AWS Adds support for nested virtualization

github.com
304 ポイント·投稿者 sitole·5 か月前·118 コメント

コメント

sitole
·5 か月前·議論
Nitro is very interesting stuff
sitole
·5 か月前·議論
Support for nested virtualization has been added to the main SDKs. In the us-west-2 region, you can already see the "Nested Virtualization" option and use it with the new M8id, C8id, and R8id instance types.

This is really big news for micro-VM sandbox solutions like E2B, which I work on.
sitole
·昨年·議論
Has anyone tried turning on nested virt yet? Since the new container CLI spins each container in its own lightweight Linux VM via Virtualization.framework, I’m wondering whether the framework will pass the virtualization extensions through so we can modprobe kvm inside the guest.

Apple’s docs say nested virtualization is only available on M3-class Macs and newer (VZGenericPlatformConfiguration.isNestedVirtualizationSupported) developer.apple.com, but I don’t see an obvious flag in the container tooling to enable it. Would love to hear if anyone’s managed to get KVM (or even qemu-kvm) running inside one of these VMs.