Perform HTTP request to a server from OpenWhisk on Kubernetes

Hi everyone, i used docker to use the builtin Kubernetes in order to install Openwhisk on it.
i’ve an OpenWhisk action that need to perform a http request, to a server that is running on my actual host machine… but it cant’ because cannot go outside the docker+kubernetes infrastructure… there is someone here that had the same necessity?

Thanks in advance

Docker doesn’t have builtin Kubernetes. Do you mean Docker Desktop?

Try “host.docker.internal”

I don’t know if it works with Kubernetes. I don’t use it with Docker Desktop.

Yes i meant Docker Desktop…
thanks :smiley: , i will try