Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
b
billions-fall-36374
08/14/2019, 9:50 AM
Anybody got some more resources on how to get started writing a custom provider? I find the kubernetes one a bit daunting to get started
b
best-xylophone-83824
08/14/2019, 9:53 AM
There is also
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/dynamic/#ResourceProvider
(didn't use myself)
If you go with gRPC route and your provider is in Go, then implement this interface
https://github.com/pulumi/pulumi/blob/master/sdk/proto/go/provider.pb.go#L1398-L1429
otherwise implement generic gRPC:
https://github.com/pulumi/pulumi/blob/67ec74bdc5222e06c9803714d3debf1261021341/sdk/proto/provider.proto
b
billions-fall-36374
09/05/2019, 12:08 PM
Yes, but how do I link them afterwards to be able to use them from python, go, javascript?
Post