pulumi / pulumi-cloud-import

Import infrastructure managed outside of Pulumi IaC into Pulumi Insights
Apache License 2.0
9 stars 2 forks source link

Add Kubernetes support #6

Closed EvanBoyle closed 1 year ago

EvanBoyle commented 1 year ago

It would be nice to build a program that could read all kubernetes resources.

From @lblackstone:

I think it would be very straightforward given the proper permissions. Should be able to use client-go for that (same client we use in the provider). Since it’s a native provider, the type tokens should trivially line up.