ype / kvizz

Kubernetes Visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kvizz - A Kubernetes Visualizer

Inspired by the excellent eriklupander/dvizz, Kvizz provides an alternate way to render your Kubernetes nodes, pods and containers using the D3 Force Layout.

Kvizz image

Legend:

  • Big Gray circle: Kubernetes Node
  • Medium size red circle: Kubernetes Pod
  • Small green circle: Docker Container

Task states

  • Green: running
  • Green with red border: preparing
  • Gray: allocated

Installation instructions

Proxy the kubernetes api and the www content:

kubectl proxy --www=. &

Open a web browser to view the visualization:

xdg-open http://localhost:8001/static/

3rd party libraries

License

MIT license, see LICENSE

About

Kubernetes Visualizer

License:MIT License


Languages

Language:JavaScript 93.1%Language:CSS 4.8%Language:HTML 2.0%