Skip to content

Instantly share code, notes, and snippets.

@thiagobrabo
Last active March 31, 2023 02:43
Show Gist options
  • Save thiagobrabo/78c7ac427de2420bbfe770b28bb8e4d7 to your computer and use it in GitHub Desktop.
Save thiagobrabo/78c7ac427de2420bbfe770b28bb8e4d7 to your computer and use it in GitHub Desktop.
Install k9s
cd ~
curl -L https://github.com/derailed/k9s/releases/download/v0.21.4/k9s_Linux_x86_64.tar.gz -o k9s
tar -xf k9s
chmod +x k9s
sudo mv ./k9s /usr/local/bin/k9s
k9s
or
clone repo: [email protected]:derailed/k9s.git
make build && ./execs/k9s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment