Live data from Hacker News

Viewing profile — sys_call

sys_call

HN member
Joined
Wed, Aug 19, 2020, 5:49 PM UTC
HN karma
62
Public activity
10 items

About sys_call

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. 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.

  5. 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 …

  6. 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 …

  7. 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…

  8. 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…

  9. 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…

  10. comment
    Comment #25377093

    Also https://ebpf.io/