2021-03-24 05:15:38 UTC - kingledion: I’m running Openwhisk in k8s on my dev machine. I am running an external service on that machine that I would like to communicate with.
Within the Openwhisk (nodejs) action, I parse the `__OW_API_HOST` to get an IP address (102.168.65.3) and then try to connect there, but unsuccessfully. How can I find the IP address of my dev machine from within the openwhisk cluster running in k8s (on a mac, through docker desktop)? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1616562938052600 ----