pixel-point / kube-forwarder

Easy to use Kubernetes port forwarding manager
https://kube-forwarder.pixelpoint.io/
MIT License
1.08k stars 183 forks source link

how does this determine a forwarder is active? #73

Open mzeier opened 3 years ago

mzeier commented 3 years ago

I have a number of forwarding services that work and a few that don't but do on the command line with kubectl port-forward.

Does kube-forwarder expect some sort of healthcheck before properly forwarding connections? The local TCP port responds. but I don't get value responses from the backend. Is there a log file or a debug method I can use?