Skip to content

Instantly share code, notes, and snippets.

@h2floh
Last active October 19, 2023 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h2floh/d64f510847fafa224b969fd880c50715 to your computer and use it in GitHub Desktop.
Save h2floh/d64f510847fafa224b969fd880c50715 to your computer and use it in GitHub Desktop.
Install k9s on codespace / from source
cd /workspaces
git clone https://github.com/derailed/k9s.git
cd k9s
make build && ./execs/k9s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment