Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
plugin-framework
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
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
Maybe this also helps?
https://www.pulumi.com/docs/guides/adopting/from_kubernetes/
#getting-started
Join Slack