pod service not accessible from host pod service not accessible from host kubernetes kubernetes

pod service not accessible from host


So the issue here was the proxy, adding --noproxy "*" to the curl command made it work from the host.

I however do not understand why this is required, I am hosting everything my self?