Just learned about pulumi. I'm kinda interested in...
# general
m
Just learned about pulumi. I'm kinda interested in giving it a try. Before I delve in, can it be used to provision resources on my own local linux cluster (or is it only prepped for the major cloud providers)?
c
These are all of the “clouds” we support today: https://www.pulumi.com/docs/intro/cloud-providers/
s
If you're using Kubernetes it will deploy to whatever environment your
kubectl
is set to