11<img src =" assets/k9s.png " >
22
3- # K9s - CLI to manage your Kubernetes clusters.
3+ # K9s - Kubernetes CLI To Manage Your Clusters In Style!
4+
5+ K9s provides a curses based terminal UI to interact with your Kubernetes clusters.
6+ The aim of this project is to make it easier to navigate, observe and manage
7+ your applications. This command line app continually watches Kubernetes
8+ for changes and offers subsequent commands to interact with observed resources.
49
5- K9s is written in GO and provides a graphical terminal UI to interact with your
6- Kubernetes clusters. The aim of this project is to make it easier to navigate,
7- observe and manage your clusters. The CLI continually watches Kubernetes
8- resources for changes and offers subsequent commands to interact with the
9- observed resource.
1010
1111<br />
1212
@@ -33,27 +33,22 @@ brew install k9s
3333- [ Releases] ( https://github.com/derailed/k9s/releases )
3434
3535
36-
3736<br />
3837
3938---
40- ## Features
41-
42- > Note: k9s does not have an idiot light. Please be sure to hit the correct command
43- > sequences to avoid pilot errors. ` Are you sure? ` not in effect here...
39+ ## Commands
4440
45- + k9s uses 2 or 3 letters alias to navigate most Kubernetes resources
41+ + K9s uses 2 or 3 letters alias to navigate most K8s resource
4642+ At any time you can use ` ?<Enter> ` to look up the various commands
4743+ Use ` alias<Enter> ` to activate a resource under that alias
48- + Use ` Esc ` to erase previous keystrokes.
49- + Use ` Q ` or ` Ctrl-C ` to Quit.
5044+ ` Ctrl ` sequences are used to view, edit, delete, ssh ...
51- + Use ` ctx<Enter> ` to see and switch between your clusters
45+ + Use ` ctx<Enter> ` to switch between clusters
46+ + Use ` Q ` or ` Ctrl-C ` to Quit.
5247
5348<br />
5449
5550---
56- ## Video Demo
51+ ## Demo Video
5752
5853+ [ k9s Demo] ( https://youtu.be/k7zseUhaXeU )
5954
0 commit comments