https://pulumi.com logo
#general
Title
# general
c

cuddly-actor-99406

04/26/2022, 2:49 AM
Hi all. How can I get the node resources of my k8s cluster, i.e.
kubectl describe node
. I have a
pulumi_eks.Cluster
resource available. I also have a
pulumi_kubernetes.Provider
available. I'm trying to a node's IP address for use in a dns record. Thanks.
b

bland-continent-32037

04/26/2022, 2:57 AM
c

cuddly-actor-99406

04/26/2022, 3:01 AM
yes, that's what I need! How do I get it? I can't see any Node.get() functions. I think I'm missing something here.
3 Views