HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shamallow

no profile record

Submissions

Managing my personnal servers in 2020 with K3s

github.com
412 points·by shamallow·il y a 6 ans·218 comments

comments

shamallow
·il y a 6 ans·discuss
It is because at the time I was doing a lot of python development, and I was (and still) using my server as a dev workstation. Isolation with virtualenv was not great and many projects were needing conflicting versions of system package, or newer version than what Debian stable had.

Lot of the issue was me messing around \o/

  "just having the Kubernetes server components running add a 10% CPU on my Intel(R) Atom(TM) CPU C2338 @ 1.74GHz."
  Containerization is not a win here. Where's the second machine to fail over to?
I think it is worth it in order to get a centralized control plane for everything and automatic build and deployment for eveything.

But I agree with you, some apps (postfix, dovecot) doesn't feel great inside a container (Sharing data with UID issue is mewh, postfix with multiprocess design also...)

I just wanted to have everything manage into containers, as they were the last ones, so I moved them into.