gVisor
gVisor is an open-source container sandboxing project developed by Google that provides an additional layer of isolation between containerized workloads and the host kernel. It implements a substantial portion of the Linux kernel interface in user space, offering a more secure boundary than running containers directly against the host kernel.
The project uses a two-part architecture consisting of a user-space kernel and a host-side mediator. The user-space
Security and isolation are achieved by intercepting syscalls, emulating kernel behavior in user space, and limiting
Compatibility and limitations: gVisor provides compatibility for many Linux applications and services but does not implement