|
|
|
|
|
by xmodem
446 days ago
|
|
Thanks for the explanation. So you are using virtualisation-based techniques. I had incorrectly inferred from other comments that you were not. I skimmed the paper and it suggests your hypervisor can work without CPU-based virtualisation support - that's pretty neat. Many cloud environments do not have support for nested virtualisation extensions available (and also it tends to suck, so you shouldn't use it for production even if it is available). So there aren't many good options for running containers from different security domains on the same cloud instance. gVisor has been my go-to for that up until now. I will be sure to give this a shot! |
|