SaaShup / netbox-docker-plugin

Netbox Docker Plugin
https://saashup.com
BSD 3-Clause "New" or "Revised" License
64 stars 5 forks source link

:sparkles: :lipstick: Add "Host Graph" view (v1) #149

Closed linkdd closed 4 months ago

linkdd commented 4 months ago

Decision Record

There are many relations between the different entities (registries, images, volumes, networks, containers, ...).

A "Graph" view on the host could help visualize those relations.

Example

image

When hovering a node, the name of the entity is displayed:

image

Legend:

Shape Entity
Dark circles Registries
Red/Green circles Images (red if not pulled, green if pulled)
Triangles Volumes
Hexagons Networks
Red/Green rectangles Containers (red if not running, green if running)

NB: The data displayed on the screenshot are not representative of what production would look like. My computer has a lot of garbage.

Changes

github-actions[bot] commented 4 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2334 2294 98% 90%

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 6c1ae54 by action🐍