All Projects → dpetzold → kube-top

dpetzold / kube-top

Licence: MIT license
A top for your kubernetes cluster

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to kube-top

Typecho-Top-LamuLeimu
至顶至底(雷姆拉姆)Typecho插件
Stars: ✭ 27 (+8%)
Mutual labels:  top
DIO Bootcamps
Meus Bootcamps na DIO, suor, menos cabelos, dedos ligeiros e diversão, Modo Lúdico de aprender novas tecnologias
Stars: ✭ 95 (+280%)
Mutual labels:  top
Ctop
Top-like interface for container metrics
Stars: ✭ 12,188 (+48652%)
Mutual labels:  top
Bottom
Yet another cross-platform graphical process/system monitor.
Stars: ✭ 3,182 (+12628%)
Mutual labels:  top
Grmon
Command line monitoring for goroutines
Stars: ✭ 1,703 (+6712%)
Mutual labels:  top
Gtop
System monitoring dashboard for terminal
Stars: ✭ 8,865 (+35360%)
Mutual labels:  top
uracer-kotd
A GLES2 top-down racer, built on top of libgdx and Box2D.
Stars: ✭ 95 (+280%)
Mutual labels:  top
diskusage
FANTASTIC SPEED utility to find out top largest folders/files on the disk.
Stars: ✭ 64 (+156%)
Mutual labels:  top
phpfpmtop
A top like interface for PHP-FPM
Stars: ✭ 43 (+72%)
Mutual labels:  top
psutil
Cross-platform lib for process and system monitoring in Python
Stars: ✭ 8,488 (+33852%)
Mutual labels:  top
apachetop
apachetop
Stars: ✭ 37 (+48%)
Mutual labels:  top
foss-apps
a list of 100+ awesome open source android apps 📱
Stars: ✭ 289 (+1056%)
Mutual labels:  top
JDropDownAlert
Simple DropDown Alert View For Any iOS Projects.
Stars: ✭ 71 (+184%)
Mutual labels:  top
px
ps and top for human beings
Stars: ✭ 151 (+504%)
Mutual labels:  top
topmostfriend
Utility for making windows always be on top, forcefully.
Stars: ✭ 6 (-76%)
Mutual labels:  top
pwatch
Process watcher(pwatch)
Stars: ✭ 33 (+32%)
Mutual labels:  top
awesome-lists
A curated list of curated lists.
Stars: ✭ 164 (+556%)
Mutual labels:  top
cpu monitor
ROS node that publishes all nodes' CPU and memory usage
Stars: ✭ 52 (+108%)
Mutual labels:  top

kube-top

Build Status

Aggregates and provides visual representation of the following kubectl commands:

  • kubectl top pods
  • kubectl top nodes
  • kubectl get pods
  • kubectl get events

Usage

  • -namespace - Override the default namespace. For all namespaces use "".

Run

docker run -it \
    -v${HOME}/.kube:/.kube \
    -v${HOME}/.config/gcloud:/.config/gcloud \
    -v/etc/ssl/certs:/etc/ssl/certs \
    dpetzold/kube-top

Build

go get github.com/dpetzold/kube-top/cmd/kube-top
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].