Simple binary to colorize output.
$ go get github.com/golang/dep/cmd/dep
$ go get github.com/retr0h/kubectl-rainbow
$ cat <<'EOL' >kubectl-color
#!/bin/sh
exec kubectl $* | $GOPATH/bin/kubectl-rainbow
EOL
$ chmod +x kubectl-color
$ mv kubectl-color ~/bin/
$ kubectl color get po nginx
$ alias k='kubectl color'
$ make build
$ tree .build/
MIT