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
#kubernetes
Title
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
Post