VS Code running on a remote server, accessible through the browser
Source Code: https://github.com/linuxserver/docker-code-server Chart: https://bjw-s-labs.github.io/helm-charts/docs/app-template/
# Register / update the Application resource
kubectl apply -f application.yaml
# Then sync the workload - via ArgoCD UI or:
argocd app sync code-serverkubectl apply -f config
helm repo add bjw-s https://bjw-s-labs.github.io/helm-charts
helm repo update bjw-s
helm upgrade --install code-server bjw-s/app-template -f values.yaml| source | container path | type | description |
|---|---|---|---|
/var/local/code-server |
/config |
hostPath |
Application configuration |
/var/local |
/var/local |
hostPath |
Access to all local data |