-
- Sandboxed containers -
- what?
- uses custom userspace mini-kernel
- sits between containerized applications and host’s kernel
- intercepts all the container’s system calls and performs a policy check before passing each call off to the host kernel
- uses custom userspace mini-kernel
- like
- gvisor
- also implements
- custom TCP/IP stack
- filesystem proxy - between container & host’s one
- written in Go, a memory-safe language
- n
- won’t be able to use most tools designed for the Linux kernel to debug
- may need to reimplement kernel features to support some workloads running inside gVisor
- also implements
- gvisor
- what?
- Sandboxed containers -
-
theory
- GPU passthrough
- might get you banned on games
- might need 2 GPUs -
- GPU passthrough