derailed / k9s
- понедельник, 4 февраля 2019 г. в 00:17:51
Go
🐶 Kubernetes CLI To Manage Your Clusters In Style!
K9s provides a curses based terminal UI to interact with your Kubernetes clusters. The aim of this project is to make it easier to navigate, observe and manage your applications. This command line app continually watches Kubernetes for changes and offers subsequent commands to interact with observed resources.
brew tap derailed/k9s && brew install k9s
?<Enter>
to look up the various commandsalias<Enter>
to activate a resource under that aliasCtrl
sequences are used to view, edit, delete, ssh ...ctx<Enter>
to switch between clustersQ
or Ctrl-C
to Quit.This initial drop is brittle. k9s will most likely blow up if...
This is still work in progress! If there is enough interest in the Kubernetes community, we will enhance per your recommendations/contributions. Also if you dig this effort, please let us know that too!
k9s sits on top of two very cool GO projects that provides the much needed terminal support. So big thanks and shootout to the good folks at tcell+tview for making k9s a reality!!
© 2018 Imhotep Software LLC.
All materials licensed under Apache v2.0