Anybody got some more resources on how to get star...
# general
b
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
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
Yes, but how do I link them afterwards to be able to use them from python, go, javascript?