hharnisc / kubescope

A microscope for Kubernetes Deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A microscope for Kubernetes Deployments


Languages

Language:JavaScript 83.3%Language:HTML 12.9%Language:Dockerfile 2.2%Language:Shell 1.7%