Impressive backing by the big name companies. The idea of treating containers as secure and isolated as VMs is enticing for non-ephemeral services. Are these strictly tuned to exploit intel Hardware features or would they consider supporting the equivalent features in say AMD? On the other hand, isn't this the realm of mainline distributions like RHEL, Debian and the like? To support such isolation facilities. I alwa…
Kata Containers – The speed of containers, the security of VMs
41–50 of 76 posts
Re: Kata Containers – The speed of containers, the security of VMs
#42[1]https://coreos.com/rkt/docs/latest/running-kvm-stage1.html
Re: Kata Containers – The speed of containers, the security of VMs
#43Earlier quoted context omitted.
Sheesh, no need to get so emotional about it. I said instances of breaking out, not instances of jail exploits. I don't know of any jail-specific exploits. But when we say "elevated privileges" are we talking root inside of a jail? Because if that breaks jails, then a large class of Docker exploits also wouldn't classify as 'exploits' under that criteria. One of the biggest problems with Linux namespaces is the band-…
i believe there was an exploit by another team which used badiret. which is pretty hilarious because badiret has been patched ages ago but FreeBSD never told anyone they fixed it.
https://www.freebsd.org/security/advisories/FreeBSD-SA-15:21...
Re: Kata Containers – The speed of containers, the security of VMs
#44Earlier quoted context omitted.
"containers are not secure, anywhere" Zones are very secure although you might or might not consider them "containers".
Zones have the same problem that linux containers have which is a massive attack surface in the form of a kernel. And if you think zones are secure: Which OS do you think had more kernel exploits that could be used to escape container/zone in the last 2 years? I think the answer is much closer than you might think.
Re: Kata Containers – The speed of containers, the security of VMs
#45Earlier quoted context omitted.
i believe there was an exploit by another team which used badiret. which is pretty hilarious because badiret has been patched ages ago but FreeBSD never told anyone they fixed it.
You mean like this? https://www.freebsd.org/security/advisories/FreeBSD-SA-15:21...
hn discussion: https://news.ycombinator.com/item?id=10093862
Re: Kata Containers – The speed of containers, the security of VMs
#46Impressive backing by the big name companies. The idea of treating containers as secure and isolated as VMs is enticing for non-ephemeral services. Are these strictly tuned to exploit intel Hardware features or would they consider supporting the equivalent features in say AMD? On the other hand, isn't this the realm of mainline distributions like RHEL, Debian and the like? To support such isolation facilities. I alwa…
RedHat / Suse / Ubuntu / $Vendor take the upstream project, tidy it a bit, package it, get it integrated in their ecosystem, and add an easy installer.
Having it in a vendor neutral foundation means that all the vendors can colaborate, and not have one group with a massive advantage or complete control over a roadmap.
Re: Kata Containers – The speed of containers, the security of VMs
#47They don't seem to have written any code yet. [1] So what we have at this point is a marketing website about their ambition and goals? [1] https://github.com/kata-containers/runtimes
e.g. the entire testing repo is empty
I would suggest we are looking at a conference driven development release
Re: Kata Containers – The speed of containers, the security of VMs
#48One thing that isn't mentioned on front page at least is the management aspect. Docker became popular because it was pretty easy to use, and to publish and reuse existing containers. Whatever competes with it only stands a chance if it can either reuse the existing container ecosystem, or offer something roughly as good.
Sat through the talk at kubecon yesterday - an important goal of theirs is to not compete with the docker. They said it was compatible with docker, containerd, and cri-o. I believe with docker, it sits at the runc level, so to the end user, you're using docker in the standard fashion, but the underlying isolation mechanism is different. They also said it can be chosen per container so different containers on the same…
Re: Kata Containers – The speed of containers, the security of VMs
#49The British Indian Ocean territory really is becoming a tech hub.
Re: Kata Containers – The speed of containers, the security of VMs
#50Earlier quoted context omitted.
This is the most blatant and clearly incorrect... FUD?..lie?... I have ever heard to date about jails. Jails are secure. As are SmartOS zones. Whoever you heard that there are “many instances of breaking out of a jail” from is full of sh47. And you would be wise to never listen to them ever again. No really, EVER. And no, breaking the ps4 was not a jail exploit. The attacker already had elevated privileges. So you wo…
yeah there are probably not many 'jail' exploits specifically targeted for getting out of jail/exploiting jail primitives. but people just use normal kernel exploits to get out of jail/zones. i would say jails/zones are about as secure as linux containers. ie: about as secure as the linux kernel is.