public:: true
- K9s is a terminal utility to control your kubernetes, in the past I have been using the kubernetes dashboard
- but using k9s is a bit faster for some things, specially it allow you to get a shell and see the logs way faster
- you can use
/to search in the list of items, so much like invim - you can use
:to change the view, for example:namespacesshow you all namespaces, you can select withenterand then see the pods there. or you can do:deploymentsand select the a deployment presssand to scale to a different number - In a nutshell is way more comfortable to use, if you are in the shell working with your yaml files and you don’t need to use the mouse