https://github.com/afbjorklund/kvizz
Kubernetes Visualizer
https://github.com/afbjorklund/kvizz
kubernetes
Last synced: 7 months ago
JSON representation
Kubernetes Visualizer
- Host: GitHub
- URL: https://github.com/afbjorklund/kvizz
- Owner: afbjorklund
- License: mit
- Created: 2017-06-04T17:04:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T21:20:57.000Z (over 6 years ago)
- Last Synced: 2025-03-20T02:07:07.292Z (7 months ago)
- Topics: kubernetes
- Language: JavaScript
- Size: 377 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kvizz - A Kubernetes Visualizer
Inspired by the excellent [eriklupander/dvizz](https://github.com/eriklupander/dvizz.git), Kvizz provides an alternate way to render your Kubernetes nodes, pods and containers using the D3 [Force Layout](https://github.com/d3/d3-3.x-api-reference/blob/master/Force-Layout.md).
Legend:
- Big Gray circle: *Kubernetes Node*
- Medium size red circle: *Kubernetes Pod*
- Small green circle: *CRI 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
- d3js.org (https://d3js.org/)
- oboe.js (http://oboejs.com/)# License
MIT license, see [LICENSE](LICENSE)