another question about rancher2 provider, since th...
# general
b
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
@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
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