k9s
Table of Content
k9s setup¶
https://github.com/derailed/k9s
installation¶
https://k9scli.io/topics/install
mkdir ~/clones
cd ~/clones
git clone https://github.com/derailed/k9s.git
# check for available versions/tags
git tag -l
git checkout v0.31.7
make build
# confirm
execs/k9s
# copy to $GOBIN
cp execs/k9s $GOBIN/k9s