cluster access via ssh local port forwarding #1051
Unanswered
RoodeyMental
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, first if all i want to thank you for putting in the time to provide this awesome project. It helped me learn a lot about kubernetes and terraform.
At the moment i am evaluating different ways of connecting to the kubernetes cluster. My understanding is, that out of the box there are two ways to choose from in this project:
Disadvantage: Needing a static ip address which is not a problem if working from within the company office but problematic if i am working from home office (Need to configure a route in the vpn client to route traffic through vpn interface when accessing external control plane node ip)
Disadvantage: All kubernetes manifests must be stored on the control plane node
A possible third way, would be the following:
From a security standpoint, i think this has the advantage of needing a valid ssh key in addition to the client certificate, but i am really not sure if its worth the additional effort of setting up a ssh gateway and deviating from the default network configuration as described in "Deploy in a pre-constructed private network (for proxies etc)" in the Examples section.
I would really like to hear your thoughts on this!
Beta Was this translation helpful? Give feedback.
All reactions