Inspired by the excellent eriklupander/dvizz, Kvizz provides an alternate way to render your Kubernetes nodes, pods and containers using the D3 Force Layout.
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
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/
- d3js.org (https://d3js.org/)
MIT license, see LICENSE