Install k9s in Debian / Ubuntu

gtavodev

Gustavo Novaro

Posted on January 14, 2024

Install k9s in Debian / Ubuntu

If you don't know K9s, it is a Kubernetes CLI manager, one of my favorite tools to use from the console.

This is an example screenshot.

Image description

To install it from Ubuntu, it is best to download the .deb binary from the releases page

Or with wget from the console like this:

wget https://github.com/derailed/k9s/releases/download/v0.31.5/k9s_linux_amd64.deb
Enter fullscreen mode Exit fullscreen mode

For setup run

sudo dpkg -i k9s_linux_amd64.deb
Enter fullscreen mode Exit fullscreen mode

Enjoy!

💖 💪 🙅 🚩
gtavodev
Gustavo Novaro

Posted on January 14, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Install k9s in Debian / Ubuntu
kubernetes Install k9s in Debian / Ubuntu

January 14, 2024

CKAD - Revision - Pod Design
kubernetes CKAD - Revision - Pod Design

January 29, 2020

CKAD - Revision - Core Concepts
kubernetes CKAD - Revision - Core Concepts

January 26, 2020

CKAD - Security Notes
kubernetes CKAD - Security Notes

January 18, 2020