Skip to content

Ability to generate overview diagram #12

@garethahealy

Description

@garethahealy

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 private connects to k8s cluster public

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:

Screenshot 2024-04-10 at 14 51 21

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions