Aggregates and provides visual representation of the following kubectl commands:
kubectl top pods
kubectl top nodes
kubectl get pods
kubectl get events
-namespace
- Override the default namespace. For all namespaces use "".
docker run -it \
-v${HOME}/.kube:/.kube \
-v${HOME}/.config/gcloud:/.config/gcloud \
-v/etc/ssl/certs:/etc/ssl/certs \
dpetzold/kube-top
go get github.com/dpetzold/kube-top/cmd/kube-top