Skip to content

dpetzold/kube-top

Repository files navigation

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