|
|
|
|
|
by cedws
814 days ago
|
|
> With unikernels you get hardware-level isolation AND, interestingly, the performance thanks to the lack of strong syscall boundaries How does this compare to gVisor? My understanding is that it's the same. Thanks for the detailed response. I might give it a go some weekend. |
|
It is not necessary to have such checks in a unikernel because the kernel inherently trusts the application because together they were constructed in the same pipeline. The hardware then protects the two together.