this post was submitted on 13 Feb 2026
46 points (92.6% liked)

Selfhosted

61126 readers
310 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Wanting to dip my toes into kubernetes for homelab stuff and I have a few questions.

  1. Do I need a specialized OS for it? I've been trying to get some TalOS VMs running but I've ran into some issues. Would you recommend like a Ubuntu server running kubernetes over something like TalOS?

  2. Could I run this on a Windows server? I'm personally a Linux guy, but a friend who prefers windows server wanted to try it and I thought I'd ask.

  3. Can I migrate Docker services to a Kube cluster? How easy is it?

  4. Any recommendations for learning materials? I've clearly struggled with TalOS's quick start materials as I haven't been able to get into the tutorial cluster made with docker locally. I keep getting weird errors and reinstalling Talosctl and docker. I've diagnosed this as a "skill issue". My learning budget is like $100 for a udemy class or good interactive guide (Paid for by work apparently. I was learning this for fun, but it may actually be needed knowledge for a project)

you are viewing a single comment's thread
view the rest of the comments
[–] inzen@lemmy.world 2 points 5 months ago (1 children)
  1. No just linux and an orchestrator, for very small and local deployments I have used k3s.
  2. Probably not, but maybe with WSL2.
  3. Yes, there are many ways to do it. Some have mentioned helm but you cal also write your own manifests, somewhat similar to docker-compose files.
  4. The Kubernetes Book, and just try to get some pods up and running.
[–] eutampieri@feddit.it 0 points 5 months ago
  1. With microk8s you can, but you'll need Windows Server Datacenter (iirc) and the ecosystem is a mess… there are not many images built for Windows and, worst of all, the image Windows version must match the host