Setup & Connect
Prerequisites
You need to have docker up and running in your system to use kloudlite workspaces. Kloudlite workspace is easy to setup. You have to download cli using following commands.
Install cli tool
curl 'https://kl.kloudlite.io/kloudlite/kl!?select=kl' | bashYou need to login to connect to your teams.
Workspace Initialization
You can initilise your kloudlite workspace inside your working directory.
kl initThis command will prompt you to choose your account and default environmnet.
It will create a kl.yml configuration file that contains necessary metadata to setup enviromnet.
Access & Manage
Once the workspace is initilised you can start the container using following commands
kl box startThis will start the development container that is connected to your remote environment using wireguard.
This container have a ssh server running and your current working directory mounted on /workspace/
kl box sshThis will open an ssh connection to the development container.
Note: This command will start the development container if not running.
kl box stopThis will stop the development container.
kl box restartThis command will restart the development container with the updated metadata of kl.yml configuration file.
kl box infoThis command will provide information of running development container.