⚑ 43 developer tools, always updated β€” new upstream releases land in apt within hours. Join the Discord

πŸ“… From , the apt mirror will require a subscription. See pricing Β· πŸ†“ There is an always-free mirror

πŸ• Install Latest k9s on Ubuntu

Terminal UI for managing Kubernetes clusters

Latest version: 0.51.0 Β· updated 2026-07-09
SourceVersion
deb.griffo.io0.51.0 βœ…
Official Ubuntu🚫 not packaged
← Back to home

What is k9s?

k9s is a terminal UI for managing Kubernetes clusters. It provides a fast, keyboard-driven interface to observe and interact with your running clusters in real time β€” navigating resources, viewing logs, executing into pods and applying changes β€” without constantly typing long kubectl commands.

πŸš€ Why Latest Versions Matter: k9s ships frequent updates with new views, plugins and Kubernetes API support. Keeping it current ensures compatibility with the latest cluster versions and features.

⚑ Key Features of k9s

⌨️ Keyboard-driven

Navigate and manage cluster resources quickly with intuitive shortcuts.

πŸ“œ Live Logs & Exec

Stream pod logs and shell into containers directly from the UI.

πŸ” Resource Views

Browse deployments, pods, services and more with real-time status.

🧩 Extensible

Custom skins, aliases and plugins to tailor your workflow.

🎯 Why k9s?

  • Faster than kubectl: Observe and act on resources without long commands
  • Real-time: Live view of cluster state and resource health
  • Powerful navigation: Jump between related resources instantly
  • Customizable: Skins, hotkeys and plugins to fit your team

πŸ†• Highlights

πŸ“¦ Installation from deb.griffo.io

Run the commands

Step 1: Add Repository

sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
sudo apt update
install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
apt update

πŸ†“ There is an always-free mirror. deb-free.griffo.io serves packages free forever β€” no account, no subscription, at most 2 months behind upstream, security fixes immediately. It currently carries Ghostty, Oh My Posh and Zed; k9s is not one of them, so the repository above is the only way to get it today β€” ask and it can be enrolled.

How the free mirror works β†’

Step 2: Install k9s

# Install latest k9s
sudo apt install k9s

# Verify installation
k9s version
# Install latest k9s
apt install k9s

# Verify installation
k9s version

🎯 Basic Usage Examples

# Show version
k9s version

# Launch k9s against your current kubeconfig context
k9s

# Launch in a specific namespace
k9s -n kube-system

# Use a specific context
k9s --context production

# Launch in read-only mode
k9s --readonly

πŸš€ Why Choose deb.griffo.io?

πŸ“Š Repository Comparison:
  • Official Ubuntu: Often months behind, missing latest features
  • deb.griffo.io: Latest version within hours of release
  • Manual Installation: Manual downloads and PATH setup required
  • Our Repository: Pre-built, ready-to-use packages

πŸ“¦ Package Build Repository

The Ubuntu packages are automatically built and maintained in this GitHub repository:

πŸ”— Related Packages

Also available from deb.griffo.io:

🎯 Perfect for: DevOps engineers and developers who work with Kubernetes daily and want a fast, real-time terminal interface to observe and manage their clusters.

πŸ’ Support This Project

If this repository saves you time and effort, please consider supporting it!

⭐ Star on GitHub 🐦 Share on Twitter

Just after the command? See apt install k9s β€” one page covering Debian and Ubuntu.

πŸ“¦ Recent releases from this repository

❓ Frequently asked questions

Is k9s in the official Ubuntu repositories?

No β€” k9s is not packaged in the official Ubuntu archives. This repository is currently the only apt source, serving k9s 0.51.0.

How do I install the latest k9s on Ubuntu?

Add the deb.griffo.io repository once using the instructions above, then run: sudo apt install k9s. New releases arrive through the normal sudo apt upgrade.

Are the packages signed and how are they built?

Every package is signed with the repository's GPG key (EA0F721D231FDD3A0A17B9AC7808B4DD62C41256) and built from upstream releases in public GitHub packaging repositories that anyone can inspect.

Which Ubuntu releases are supported?

Ubuntu 22.04 Jammy, 24.04 Noble, 25.10 Questing and 26.04 Resolute.