Not everything in this world has to be black and white. It can be yellow, red or green… Such as with Kubecolor!
Kubecolor (https://github.com/hidetatz/kubecolor) is a wonderful little utility that turns the black, grey and white output from kubectl. And makes it pretty with color!
Install it on Mac with:
~$ brew install hidetatz/tap/kubecolor
And turn this:
Into this!:
To replace kubectl completely (with completion) add the following to your .zshrc:
alias kubectl='kubecolor'
compdef kubecolor=kubectl
Enjoy them colors ?