Last active
March 31, 2023 02:43
-
-
Save thiagobrabo/78c7ac427de2420bbfe770b28bb8e4d7 to your computer and use it in GitHub Desktop.
Install k9s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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