K2s icon indicating copy to clipboard operation
K2s copied to clipboard

Linux development possible with K2s using studio code

Open krotz-dieter opened this issue 10 months ago • 0 comments

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

  1. 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

  1. 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.
  2. Bring an example for how to clone a repo in Linux and develop from windows side with visual code on Linux.

krotz-dieter avatar May 02 '24 14:05 krotz-dieter