Hacker News new | ask | show | jobs
by arkh 426 days ago
> you're kind of end up paying them 10x more than if you had taken the extra time to deploy it yourself

The length to which many devs will go to not learn server management (or SQL).

1 comments

See also the entire job of “AWS Cloud Engineer” aka “I want to spend years learning how to manage proprietary infrastructure instead of just learning Linux server management” and the companies that hire them aka “we don’t have money to hire sysadmins to run servers, that’s crazy! Instead let’s pay the same salaries for a team of cloud engineers and be locked in to a single vendor paying 10x the price for infra!” It’s honestly mind boggling to me.
Server management has gotten vastly easier over time as well, especially if you're just looking to host stuff "for fun."

Even without fancy orchestration tools, it's very easy to put together a few containers on your dev machine (something like Caddy for easy TLS and routing + hand rolled images for your projects) and just shotgun them onto the cheapest server you can find. At that point the host is just a bootloader for Podman and can be made maximally idiot-proof (see Fedora CoreOS.)