https://pulumi.com logo
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
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
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?