vscode 搭建 k8s 本地开发环境
目录
文章简介:搭建 vscode + k8s
本地开发环境
vagrant env
Linux ubuntu-bionic 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
install golang
|
|
install docker
disabled swap
|
|
k8s
clone k8s source code
|
|
startup local cluster
|
|
open another cmd tag
|
|
see k8s office dev guide
https://github.com/kubernetes/community/blob/master/contributors/devel/development.md
GO111MODULE=on GOPROXY=https://goproxy.io go get github.com/go-delve/delve
others
vscode, git
debug by dlv
同 golang + dlv + vscode 本地开发