https://pulumi.com logo
Title
b

bored-island-35238

12/26/2022, 6:27 PM
Hello, I am getting started with Pulumi. How to deal with Kubernetes Deployment which I already have in yaml file or if I would like to do this: kubectl apply -f https://raw.githubusercontent.com/reactive-tech/kubegres/v1.16/kubegres.yaml ? thank you
c

clever-painter-96148

12/26/2022, 8:28 PM
I'd use https://github.com/pulumi/crd2pulumi to generate pulumi bindings from the CRDs and https://github.com/pulumi/kube2pulumi to generate a pulumi program. (not sure however if kube2pulumi can use bindings generated by crd2pulumi)
b

busy-pizza-73563

12/26/2022, 9:49 PM