this post was submitted on 28 Oct 2025
        
      
      73 points (98.7% liked)
      Privacy
    42978 readers
  
      
      502 users here now
      A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
 - Don't promote proprietary software
 - Try to keep things on topic
 - If you have a question, please try searching for previous discussions, maybe it has already been answered
 - Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
 - Be nice :)
 
Related communities
much thanks to @gary_host_laptop for the logo design :)
        founded 6 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
I do! I have a small kubernetes at home where I try to host everything I can.
Well, then you are more advanced than I. I haven't got kubernetes figured out yet. I'm still plumbing the depths of Docker. I did provision a small server to test out kubernetes but haven't got back to it.
To be honest kubernetes is probably overkill for most homelabs, but I learned a lot using it and it got me my current job so I think it's worth it 😅!
So I've heard, but I'm still keen to learn it. You parlayed the experience into a positive cash flow, so that's pretty awesome.
I’ve been self hosting for a few years now. One of my greatest enemies had been trying to get too fancy too soon. Depending on your personality type, I suggest just getting some crap working to the end goal first. Just a one service compose file or even just some docker cli command that you find in your bash history. Then go back and refine later.
Excellent observation for those just dipping into selfhosting and great advice. I tend to go overboard on security.
You could try learning podman as an intermediate tool. I recommend it for the user-controlled systemd services. There are so many systemd commands to fine tune your containers.