Remix.run Logo
bravesoul2 3 days ago

I bet the container was in an isolated VM too.

j-krieger 3 days ago | parent [-]

Every infra I ever worked in used this pattern to a degree. Many proxmox vm's in a kubernetes cluster.

silverliver 3 days ago | parent [-]

I've seen people manually create a separate unprivileged user on the host for each VM they run, so for them the pattern becomes:

1. VM running on hypervisor as unprivileged host user

2. Container running in VM as unprivileged vm user

3. Payload running in container as unprivileged container user.

Not sure whether layered isolation is worth the increased attack surface. For normal users (not targets of state actors), it probably is.