Simple kubectl extension to select kubectl contexts.
Install as a kubectl
plugin by
placing anywhere on your path.
Build with go build -ldflags="-s -w" kubectl-select.go
. The
linker flags remove some debug information from
the binary, making it smaller.