LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

k9s

terminal UI for Kubernetes

TLDR

Start k9s
$ k9s
copy
Start in namespace
$ k9s -n [namespace]
copy
Start with specific context
$ k9s --context [context-name]
copy
Start read-only
$ k9s --readonly
copy
Show specific resource
$ k9s --command [pods|deployments|services]
copy
List all clusters
$ k9s --all-namespaces
copy

SYNOPSIS

k9s [options]

DESCRIPTION

k9s is a terminal UI for Kubernetes. It provides real-time cluster management with keyboard navigation.The tool displays pods, deployments, services, and more. It supports logs, exec, and resource editing.

PARAMETERS

-n NAMESPACE

Start in namespace.
--context NAME
Kubernetes context.
--readonly
Read-only mode.
--command RESOURCE
Initial resource view.
-A, --all-namespaces
All namespaces.
--help
Display help information.

INSTALL

sudo dnf install k9s
copy
sudo pacman -S k9s
copy
sudo apk add k9s
copy
sudo zypper install k9s
copy
brew install k9s
copy
nix profile install nixpkgs#k9s
copy

CAVEATS

Requires kubeconfig. Terminal-based. Keyboard shortcuts to learn.

HISTORY

k9s was created by Fernand Galiana to provide a fast, terminal-based interface for managing Kubernetes clusters.

SEE ALSO

kubectl(1), stern(1), kubectx(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid