hi, can i use pulumi to provision a k8s cluster on...
# general
b
hi, can i use pulumi to provision a k8s cluster on bare metal machines or VPS? i don't want to create a managed service (like GKE or EKS)
f
Hi @bored-monitor-99026 Yes, you should be able to do that as some people have already done it before. For example, you could use Pulumi to interact with vSphere and then deploy k3s to create a kubernetes cluster.
👍 1
Alternatively, Digital Ocean (supported by Pulumi) has some VM offering, or even some managed k8s offering quite cheap.
b
The RKE provider will do this perfectly: https://github.com/pulumi/pulumi-rke
👍 2
b
thanks all! the RKE provider fits my needs perfectly since i am using Rancher to provision downstream clusters.
271 Views