-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
One thing missing from the examples is a simple overview diagram. There is a lot of text but not much on the visual side, which sometimes makes it hard to remember what is connecting to what.
For example, for skupper-example-public-to-private
- k8s cluster
privateconnects to k8s clusterpublic
I had a google to see if there were any text to SVG (which there seems to be a few) and obviously, gen-ai came up, one of them being: https://www.eraser.io/diagramgpt
Which generated the below image:
Based on the below YAML (notice the links key)
sites:
public:
title: Public
platform: kubernetes
namespace: public
private:
title: Private
platform: kubernetes
namespace: private
links: [public]
The above is to trigger more of a whats possible, than an actual solution suggestion.
gahealy@rh
Metadata
Metadata
Assignees
Labels
No labels