i have a pod that need access to another service which managed under firewall .
currently we don’t have access to the another service because it blocked(by firewall), im trying to figure out which ip the pod use to identity against the another service to open the firewall rule needed.
If this is completely different machine, your pod will probably come from the external IP of the node it is running in. If you can’t find out, you can run some image with curl and find out your external ip from some whatismyip site.
Hi @acim ,
Thanks for your response, we have tried to open any any in firewall with source of our worker machines, with out successes.
Can you please give me more information about the curl what should I do?
Thanks
Well, if this pod is runing as part of a deployment, than you should get external IP’s of all worker nodes and whitelist them on the external firewall. If you run a single pod always on the same node, then this one IP should be enough.