Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 671 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 671 Bytes

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