h
c
So you’re trying to get the IP of the node the pod is running on, not the pod ip?
If you want the pod IP, you can do stuff like:
Copy code
name: MY_POD_IP
          valueFrom:
            fieldRef:
              fieldPath: status.podIP
h
I need the node ip
c
So you’re trying to talk to the daemonset, any reason you can’t use DNS via a Service?
h
thanks. I created a service (clusterIP) . can you tell me how to get the IP address of the clusterip in pulumi code