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)
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
billowy-army-68599
05/07/2022, 3:58 PM
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
fancy-spoon-46046
05/07/2022, 4:02 PM
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.