Can I use Pulumi for my local developer machine an...
# general
b
Can I use Pulumi for my local developer machine and to deploy it on a simple server (without having a cloud stack installed?)
h
Probably not right now, it's designed for managing cloud resources, but maybe... depends what exactly you envision. I was thinking the other day about if pulumi could drive local virtualbox machines to allow writing one pulumi program with some if statements to decided if it builds locally or against a real cloud
w
You can use the Kubernetes support to do local development targeting Minikube or Docker for Mac. Indeed things like VirtualBox could one day be supported as well.
b
OK, thx