this post was submitted on 24 Feb 2024
190 points (95.7% liked)

Selfhosted

39150 readers
242 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 1 year 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 6 months ago (3 children)

Minikube and try to get everything on Kubernetes?

[–] ikidd@lemmy.world 5 points 6 months ago (1 children)

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

[–] Evotech@lemmy.world 2 points 6 months 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 6 months 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 6 months 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 6 months 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 6 months ago

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