Hey is it possible to deploy a local cluster using...
# kubernetes
c
Hey is it possible to deploy a local cluster using minikube/kind/k3s using pulumi?
b
Pulumi uses standard k8s credentials, so as long as your local system uses a standard
kubectl
authentication system, yes, it definitely can. The main issue to deal with is that Pulumi saves your authentication mechanism in its stack state - so you either need a per-dev stack, or you need to have a consistent authentication schema across your local dev instances.
c
Oh sorry I may have phrased that poorly, I mean create a local cluster
😅 1
s
I am afraid we don't have a minikube/k3s/kind provider at the moment. Its an interesting request though!
🙏 1
c
Yeah it would be fun for automating dev/test environments, maybe down the road!