This message was deleted.
# general
s
This message was deleted.
🎉 5
partypus 8bit 4
c
@famous-kite-69533 you can use pulumi to provision kube clusters as well. it’s probably the easiest way to do EKS, actually.
👍 2
f
For that I've been using Rancher because it has a node driver for Hetzner Cloud and it is super easy and quick. My main problem was that while Kubernetes was deployed in minutes, before I had to run lots of manual commands to set up apps etc, so it's a big difference now 🙂
I didn't find any reference to Hetzner Cloud with regards to Pulumi. But is it true that I could use Terraform providers as well behind the scenes or have I misunderstood?
c
that’s right, it’s a bit of work to “adopt” TF providers.
but it’s not that hard, and once you do it once, no one else has to do it again
f
what is the best resource for that to learn and try?
c
you could probably ask @microscopic-florist-22719 for advice
b
@famous-kite-69533 I just ported a terraform provider for RKE, so if there's one you're looking to port I'd be happy to work through it with you
here's the one I did recently: https://github.com/jaxxstorm/pulumi-rke
f
I'll check it out, thanks!