https://pulumi.com logo
f

faint-dog-16036

08/05/2021, 5:57 PM
I want to do something like: given a kubernetes provider, query for all of the nodes currently in the cluster. Is that possible? I saw
@pulumi/query-kubernetes
, but it doesn't seem like I can set a k8s provider or custom kubeconfig using that library.
s

sparse-park-68967

08/05/2021, 8:38 PM
There is nothing stopping you from importing a kubernetes client in your language and performing whatever query you need.
☝️ 1
3 Views