Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add dependencies section and topology graph #29

Merged
merged 1 commit into from
Apr 5, 2021

Conversation

ricoberger
Copy link
Member

The Application CRD contains a new field "dependencies" now. This field
can be used to specify other applications as dependency for an
application. This dependecies are then used during the startup of kobs
to generate a list of nodes (clusters, namespaces, applications) and a
list of edges (dependencies between applications). The list of nodes and
edges is then used to create a topology graph using Cytoscape.js.

The user can switch the views in the applications page between the
gallery mode and the new topology view. In the same as it is in the
gallery view, the user can filter the applications by cluster and
namespace. A user can also select an application (node) in the topology
graph to show the drawer with the application details.

We also adjusted the demo for the new topology graph feature. For that
we have added more Application CRs and added a dependency section to all
CRs.

To add this new feature we also had to move the logic for fetching the
applications to the gallery component. We also renamed the component to
have a consistent style for the component nameing.

The Application CRD contains a new field "dependencies" now. This field
can be used to specify other applications as dependency for an
application. This dependecies are then used during the startup of kobs
to generate a list of nodes (clusters, namespaces, applications) and a
list of edges (dependencies between applications). The list of nodes and
edges is then used to create a topology graph using Cytoscape.js.

The user can switch the views in the applications page between the
gallery mode and the new topology view. In the same as it is in the
gallery view, the user can filter the applications by cluster and
namespace. A user can also select an application (node) in the topology
graph to show the drawer with the application details.

We also adjusted the demo for the new topology graph feature. For that
we have added more Application CRs and added a dependency section to all
CRs.

To add this new feature we also had to move the logic for fetching the
applications to the gallery component. We also renamed the component to
have a consistent style for the component nameing.
@ricoberger ricoberger force-pushed the add-topology-graph-for-applications branch from 9aa0df4 to 8708218 Compare April 5, 2021 18:37
@ricoberger ricoberger merged commit e5f2a20 into main Apr 5, 2021
@ricoberger ricoberger deleted the add-topology-graph-for-applications branch April 5, 2021 18:46
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant