https://pulumi.com logo
b

bored-monitor-99026

04/02/2022, 11:55 PM
another question about rancher2 provider, since this provider requires you have a rancher k8s cluster in place. this brings a chicken-and-egg question, how do you create the cluster for rancher (following IasS best practices) in the first place?
b

billowy-army-68599

04/03/2022, 2:56 PM
@bored-monitor-99026 you would use the rke provider https://www.pulumi.com/registry/packages/rke/api-docs/cluster/
or any of the other managed services like EKS/AKS/GKE
b

bored-monitor-99026

04/04/2022, 1:27 AM
thank you! i am currently working on this by following your example. one of the parameters for ClusterNode is
ssh_key
and
ssh_cert
i was wondering how do you automate ssh key generation with pulumi or there is a better approach without using pulumi?
b

billowy-army-68599

04/04/2022, 1:52 AM