Hacker News new | ask | show | jobs
by xnorkl 2282 days ago
systemd nspawn containers. but you have choices. lxc/d, nspawn, docker... I've also used qemu with virsh but haven't recently had the time to set this up in my current abode. my needs are likely different than yours. I'm a security engineer/developer so I'm building a lot of tools in house ... deployment and distribution isn't as much of a concern. I don't really deal with SQL backends in the same way you might. So I can get away with building a local db or feed data into an ELK stack over VPN + SSH. I'm using openvpn btw. Currently work for a regional health services provider and generally deal with a lot of different environments. As you can imagine right now is hectic and being able to to handle dependencies for all the different tools and libraries helps stay ahead of the curveballs. Having containers and virtual environments (venv) mostly planned out keeps me from throwing my workstation out the window as well.

Now is the time to awaken your inner DevOps guru.