Usecase: I have a Docker desktop and kubernetes enabled within it. From the kubernetes node, I want to connect to a database running on my laptop without using my laptop's ip address.
I want to refer to the Windows Host machine from within Kuberntes Endpoint without using the dynamic IP of the host. In docker there is a special DNS name host.docker.internal that allows host machine endpoints to be connected. I am not able to specify this for the endpoint IP. Is there something equivalent in Kubernetes?
You can achieve this using telepresence, https://www.telepresence.io/