Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Latest commit

 

History

History
45 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.13 KB

kubeman - kubernetes management interface

kubeman is a termbox based tool for realtime monitoring and management of your kubernetes cluster.

It is intended to be used as a replacement for kubectl although it has a long way to go to match the functionality. First version of this tool will essentially be read-only.

Installation

go get github.com/alytvynov/kubeman
cd $GOPATH/src/github.com/alytvynov/kubeman; godep restore
go install github.com/alytvynov/kubeman

You need a working and relatively up to date version of go and godep for this.

Controls

  • arrows up/down - navigate columns
  • number keys - navigate tabs

pods tab

  • S - destroy pod
  • l - stream logs for pod

But.. why?

Pretty much the difference between this:

kubectl

And this:

kubeman

Debugging

If kubeman exits unexpectedly or has some other weird behavior, check ~/.kubeman.log file, it may contain some information.

If you find an issue, please create an issue in this repo, appreciate that.

TODO:

  • status management (create, stop, resize, etc.)
  • stats charts
  • help page