this post was submitted on 24 Feb 2024
192 points (96.2% liked)

Selfhosted

60542 readers
687 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.

  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.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

With free esxi over, not shocking bit sad, I am now about to move away from a virtualisation platform i’ve used for a quarter of a century.

Never having really tried the alternatives, is there anything that looks and feels like esxi out there?

I don’t have anything exceptional I host, I don’t need production quality for myself but in all seriousness what we run at home end up at work at some point so there’s that aspect too.

Thanks for your input!

you are viewing a single comment's thread
view the rest of the comments
[–] Evotech@lemmy.world 1 points 2 years ago (3 children)

Minikube and try to get everything on Kubernetes?

[–] ikidd@lemmy.world 5 points 2 years ago (1 children)

Where does running VMs compare in any way to what Kubernetes does?

[–] Evotech@lemmy.world 2 points 2 years ago

Depends on what you want to self host? Could be worth it to see if what you self host can be deployed as containers instead

[–] Lemzlez@lemmy.world 4 points 2 years ago

Kubernetes yes, but minikube is kinda meh as a way to install it outside of development environments.

There’s so many better manageable ways like RKE/Rancher (which gives you the possibility to go k3s),Kubespray or even kubeadm.

All of those will result in a cluster that's more suitable for running actual workloads.

[–] else@discuss.tchncs.de 2 points 2 years ago (1 children)

I wouldn’t recommend going K8S only in a homelab. Too much effort and some things don’t fit well (Home Assistant, Gaming VM?)

[–] Evotech@lemmy.world 1 points 2 years ago (1 children)

It's just a suggestion. Many would probably find that the workload they host is available on containers. I run a Kubernetes cluster on bare metal at home. There's also nothing stopping you from creating VMs that you can ssh to with KubeVirt

[–] else@discuss.tchncs.de 1 points 2 years ago

Don’t get me wrong, I like the idea. But personally it never worked out for me.