K2s
K2s copied to clipboard
Linux development possible with K2s using studio code
Is your feature request related to a problem? Please describe. Linux development possible with K2s using studio code. (also dev containers can used in this for projects who need it).
Describe the solution you'd like
- Adding a ssh_config file named
config
under~/.ssh/config
. With this file connections to KubeMaster can be made very easy for the current user with: ssh KubeMaster.
Host KubeMaster
HostName 172.19.1.100
User remote
Port 22
IdentityFile ~\.ssh\kubemaster\id_rsa
- Describe in the documentation how to add the extension Remote-SSH extension in studio code and connect to the KubeMaster as remote dev code server.
- Bring an example for how to clone a repo in Linux and develop from windows side with visual code on Linux.