Viewing profile — sys_call
sys_call
HN member- Joined
- Wed, Aug 19, 2020, 5:49 PM UTC
- HN karma
- 62
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About sys_call
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #43497717
We run unmodified containers in a VM guest environment, so you get the developer ergonomics of containers with the security and hardware controls of a VMM.
-
comment
Comment #43497707
Yes, precisely. This also provides container operators with the benefits of a hypervisor, like memory ballooning, and dynamically allocating CPU and memory to workloads, improving …
-
comment
Comment #43494183
A zone is jargon for a virtual machine guest environment (an homage to Solaris Zones). Styrolite and Edera runs containers inside virtual machine guests for improved isolation and …
-
comment
Comment #43494149
gVisor runs a userspace kernel that proxies syscalls to a shared host kernel. Running an "application kernel" in userspace impacts performance because it goes through two scheduler…
-
comment
Comment #43494093
gVisor emulates a kernel in userspace, providing some isolation but still relying on a shared host kernel. The recent Nvidia GPU container toolkit vulnerability was able to privile…
-
comment
Comment #43494055
Non-root containers still operate under a shared kernel. Non-root containers that run under a vulnerable kernel can lead to privilege escalation and container escapes. Styrolite is…
-
comment
Comment #25377093
Also https://ebpf.io/