DEV Community

Cover image for Here is The Best CLI K8S Manager/Monitors : K9S
Javid Mougamadou
Javid Mougamadou

Posted on

Here is The Best CLI K8S Manager/Monitors : K9S

Concepts

Alt Image

K9s is a terminal based UI to interact with your Kubernetes clusters. The aim of this project is to make it easier to navigate, observe and manage your deployed applications in the wild. K9s continually watches Kubernetes for changes and offers subsequent commands to interact with your observed resources.

Useful commands

All commands can be quickly autocompleted. Here is some useful commands :

? # Show active keyboard mnemonics and help 
Enter fullscreen mode Exit fullscreen mode
ctrl-a # Show all available resource alias 
Enter fullscreen mode Exit fullscreen mode
:ctx # Switch contexts 
Enter fullscreen mode Exit fullscreen mode
:ns # Change namespaces 
Enter fullscreen mode Exit fullscreen mode
:popeye # Sanitizes your cluster ressources 
Enter fullscreen mode Exit fullscreen mode
:xray # Deep Trace a ressource 
Enter fullscreen mode Exit fullscreen mode
:pulses # Launch pulses view 
Enter fullscreen mode Exit fullscreen mode
:deploy # Show all deployments 
Enter fullscreen mode Exit fullscreen mode
:pvc # Show all pvc 
Enter fullscreen mode Exit fullscreen mode
d,v, e, l, # Key mapping to describe, view, edit, view logs 
Enter fullscreen mode Exit fullscreen mode

Links

https://github.com/derailed/k9s

Top comments (1)

Collapse
 
peteroneilljr profile image
Peter ONeill

Woah super cool