Hi all. How can I get the node resources of my k8s...
# general
c
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
c
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.