this post was submitted on 26 Apr 2025
6 points (87.5% liked)

selfhosting

108 readers
1 users here now

One more alternative to the many selfhosting communities.

Feel free to discuss anything related to self-hosting in general.

Alternative communities:

founded 2 years ago
MODERATORS
 

I've been thinking of migrating from proxmox to a kubernetes (talos) + kubevirt set up. I recently discovered https://cozystack.io/ which seems like it combines a lot of the things I would have to set up anyway.

Anybody have any experience with it? Curious to hear if it works well or if there are any major caveats/gotchas vs a more DIY setup.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 2 months ago (1 children)
[–] [email protected] 1 points 1 month ago

This widget made me think of cozystack. It's a little Pi blade chassis.
https://eviltoast.org/post/15775059

[–] [email protected] 2 points 2 months ago (1 children)

I haven't come across this before. Interesting
I like this Talos idea of an ESXi-like minimalist hypervisor. A hypervisor should be a black box, just deliver services, no extra stuff.

It's interesting that in order to stand up a lab, you have to have 3 nodes for a cluster. Our Unix team uses Kubernetes at work, but I've got limited exposure. I don't recall needing a cluster when I worked with it before.

This is a very interesting system, but its built around a new security model that looks like it might take some getting used to. https://cozystack.io/docs/guides/concepts/

[–] [email protected] 2 points 2 months ago

I really like Talos (and Omni from the same people). I've tried a few different kubernetes-specific distros and Talos seems pretty good. It's really lightweight in what it comes with by default. It's also nice that I don't need to really manage the nodes themselves - I can create yaml "patches" to set things like sysctl options or iptables rules instead of having to also set up something like ansible to manage the nodes.

Cozystack adds a bunch of stuff on top, I haven't had a chance to try it out yet though.

I think the 3-node requirement is mostly for etcd. It's possible to have a 1 or 2 node cluster, you just won't have the same HA redundancy for the control plane.