https://pulumi.com logo
s

sparse-beach-51011

11/08/2021, 10:31 PM
for pulumi/kubernetes, I assume it will generate the yaml and essentially run the equivalent of kubectl -f apply behind the scenes, right? .. so I should expect pulumi up for a k8s config to work very similarly to hand written kube yml file? but of course code-generated/templated?
s

steep-sunset-89396

11/08/2021, 11:18 PM
You can easily fasttrack that work using
kube2pulumi
which converts your yaml into pulumi code.