FreeBSD Jails for Fun and Profit (2020)
topikettunen.com
FreeBSD Jails for Fun and Profit (2020)
1–10 of 161 posts
Re: FreeBSD Jails for Fun and Profit (2020)
#2Re: FreeBSD Jails for Fun and Profit (2020)
#3The tooling is slowly moving in a direction I like, though :)
Re: FreeBSD Jails for Fun and Profit (2020)
#4Re: FreeBSD Jails for Fun and Profit (2020)
#5I never understood the appeal of BSD jails over Solaris zones which seem to be more hardened and seem to vitualize more of the OS.
Re: FreeBSD Jails for Fun and Profit (2020)
#6(FreeBSD) jails are amazing. I just wish there were easier ways to use them more "cattle"-like, so I can augment or replace Docker/Podman. At the moment tooling and many of the real-world setups remind me a lot of "pet" LXC containers or even VMs in the Linux world. The tooling is slowly moving in a direction I like, though :)
This is an old post of mine which I happened to find useful. Orchestration of jails moved quite bit forward lately! For example, you can manage your jails quite nicely with containerd today! See great post from Samuel Karp about the topic: https://samuel.karp.dev/blog/2021/05/running-freebsd-jails-w...
Re: FreeBSD Jails for Fun and Profit (2020)
#7[...] In fact, many years ago, when FreeBSD was my main OS (including on notebook) I went as far as to isolate each app that used internet into its own custom-setup jail [0][1]. I had Firefox, Thunderbird, Pidgin and a few others running in complete isolation from the base system, and from each other. I even had a separate Firefox jail that was only allowed to get out via a Tor socks proxy to avoid leaks (more of an experiment than a necessity, to be fair). Communication between jails was done via commonly mounted nullfs. I have also setup QoS via PF for each of them. They were all running on the host’s Xorg, which was probably also the weakness of this setup. It was a pretty sweet setup, but required quite a bit of effort to maintain, even tho I automated most of the stuff. [...]
The original comment is here: https://news.ycombinator.com/item?id=27709256
Re: FreeBSD Jails for Fun and Profit (2020)
#8I never understood the appeal of BSD jails over Solaris zones which seem to be more hardened and seem to vitualize more of the OS.
Back in the earlier days of containerisation Linux had no options (Linux was pretty late to that particular game) and Solaris wasn’t free. So FreeBSD made a lot of sense.
These days the tooling around Linux is better and there are open source forks of Solaris so FreeBSD might seem like an odd choice for some. However I still think FreeBSD is a rock solid operating system and one that doesn’t get taken as seriously these days as it should do.
Re: FreeBSD Jails for Fun and Profit (2020)
#9Re: FreeBSD Jails for Fun and Profit (2020)
#10I never understood the appeal of BSD jails over Solaris zones which seem to be more hardened and seem to vitualize more of the OS.