this post was submitted on 19 Nov 2023
2 points (100.0% liked)

Homelab

371 readers
9 users here now

Rules

founded 11 months ago
MODERATORS
 

I'm considering running ESXi on bare metal and then virtualising TrueNAS am wondering if this is the best platform if you want to have the most job opportunities while having all the home server fun.

I want to run my own cloud so I will be using NextCloud and also a media streaming platform to the TV.

Since I'll be using ZFS storage, how will I know whether to run a VM on ESXi or on TrueNAS?

Would use XCP-ng instead of ESXi?

There may be some other options or things I've missed. Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago

After playing with Kubernetes on TrueNAS SCALE for a while, I also recommend against using it. It's incredibly unstable, doesn't support standard deployment functions (e.g. Helm) out of the box, and the slightest mistake with stopping/starting services will cause the Kube API to break. Much better to run a Docker swarm or spin your own k8s cluster with something like kubespray.