Concepts
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
ctrl-a # Show all available resource alias
:ctx # Switch contexts
:ns # Change namespaces
:popeye # Sanitizes your cluster ressources
:xray # Deep Trace a ressource
:pulses # Launch pulses view
:deploy # Show all deployments
:pvc # Show all pvc
d,v, e, l, # Key mapping to describe, view, edit, view logs
Top comments (1)
Woah super cool