I followed this great hint here
do you have another service running in your cluster that you could try and access via kubeproxy?
and the instructions in the docs on how to access k8s services from outside, trying to access the k8s service hostnames as described inside the Debug Services Guide. I tried to use the following URL to access this service from outside the cluster:
https://external.k8s:6443/api/v1/namespaces/default/services/http:hostnames:80/proxy/
This just gives a 503 Service Unavailable:
Error: 'dial tcp 10.200.57.3:9376: getsockopt: connection timed out'
Trying to reach: 'http://10.200.57.3:9376/'