Hey everyone, can anyone share proven practices on...
# kubernetes
f
Hey everyone, can anyone share proven practices on installing a cluster on own hardware (baremetal, VMs on hypervisors) with pulumi. Similar to EKS/GKE but not on cloud (trying to find a way to include pulumi to an homelab environment)
b
f
Any information about the node requirements. Can it be used with container os’s? What about RKE2, with containerd? The API Docs are not quite detailed yet.
b
rke2 isn't supported yet, i believe its going to be its own terraform provider so it'll need to be bridged separately
I don't have any details about the supported node requirements, I i'd suggest you look at the rke docs
f
Okay thanks for the information. I think I have to find another way (maybe using commands) or a own build solution, because I need 1.24 without the docker engine to mirror a production cluster.