/kubescope

A microscope for Kubernetes Deployments

Primary LanguageJavaScript

KubeScope 🔬

NOTE: Now there is command line version of Kubescope with metrics updated every second: https://github.com/hharnisc/kubescope-cli

A microscope for Kubernetes deployments

KubeScope

Quickstart

Deploy KubeScope

kubectl create -f deployment.yml

Get the pod name

kubectl get po | grep kube-scope
kubectl port-forward kube-scope-<container id from above> 3000:3000

Go to http://localhost:3000

Limitations

  • Currently only collects stats for pods on the node it is deployed on.
  • Collects stats every 10-15 seconds