Deploy to Kubernetes
$ kubectl run --generator=run-pod/v1 --image=jmcdice/vscode-server:latest vscode
$ kubectl expose pod vscode --type=NodePort --name=vscode --port=80 --target-port=8080
# Note the service port
$ kubectl get svc vscode
# Access the site
$ http://<cluster-ip>:<port>/
Once logged in, go to Terminal -> New Terminal.
$ git clone https://github.com/your/repo/.
You will see it in the current workspace on the left pane.
Content type
Image
Digest
Size
170.7 MB
Last updated
over 7 years ago
docker pull jmcdice/vscode-server