|
|
|
|
|
by oconnore
1571 days ago
|
|
You can run https://gvisor.dev/ without any virtualization requirement. We use this to host user-submitted configurations (not arbitrary code, but arbitrary input to ~mostly trusted code). Does this not meet your requirements? |
|
When an EBS volume for a pod goes impaired, if it's using xfs you can basically count the whole server as dead no matter how many xfs + block io timeouts you set. xfs will stop being able to mount/unmount any other filesystems once hung in an unmount call for one. With a proper VM, you'd passthrough the nvme device with pcie passthrough and the host would be totally unimpacted.
Also, gvisor's better mode requires kvm, but it's cool that it effectively functions with ptrace when you can't use kvm.