Pod PortForward using HTTPS #947
Unanswered
tiagolobocastro
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Odd, looks like the example listed runs its own HTTP server and forwards the requests one by one (like a reverse HTTP proxy). Ideally it should just be a "dumb" TCP proxy (which is what |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm looking at the pod portforward again and I've got another question if I may. Does the current port forward implementation support HTTPS?
I've tried using this example and sending requests over curl, but it doesn't seem to work. On the other hand, if I create the bind using the kubectl binary it seems to work.
Off-topic: since performance is not too much of an issue, I'm also thinking about using the apiserver proxy instead. This would potentially solve the issue of having an "outdated port forward" if the pod we're connected to is deleted? Anyone got any experience or gotchas with this approach?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions