←back to thread

1101 points codesmash | 2 comments | | HN request time: 0.424s | source
Show context
rglover ◴[] No.45140785[source]
I may be the odd man out, but after getting unbelievably stressed out by containers, k8s, etc., I couldn't believe how zen just spinning up a new VPS and bootstrapping it with a bash script was. That combined with systemd scripts can get you relatively far without all of the (cognitive) overhead.

The best part? Whenever there's an "uh oh," you just SSH in to a box, patch it, and carry on about your business.

replies(4): >>45140913 #>>45141099 #>>45141505 #>>45151444 #
1. madeofpalk ◴[] No.45141505[source]
> you just SSH in to a box, patch it

Oh god. I can’t imagine how I could build reliably software if this is what I was doing. How do you know what “patches” are needed to run your software?

replies(1): >>45144582 #
2. rglover ◴[] No.45144582[source]
A staging server?