←back to thread

302 points Bogdanp | 1 comments | | HN request time: 1.236s | source
Show context
ahartmetz ◴[] No.44390744[source]
That person seems to be confused. Installing a single, statically linked binary is clearly simpler than managing a container?!
replies(3): >>44390794 #>>44390802 #>>44391204 #
hu3 ◴[] No.44390794[source]
From the article, the goal was not to simplify, but rather to modernize:

> So instead, I'd like to switch to deploying my website with containers (be it Docker, Kubernetes, or otherwise), matching the vast majority of software deployed any time in the last decade.

Containers offer many benefits. To name some: process isolation, increased security, standardized logging and mature horizontal scalability.

replies(4): >>44390824 #>>44391487 #>>44391938 #>>44392268 #
1. eeZah7Ux ◴[] No.44392268[source]
> process isolation, increased security

no, that's sandboxing.