You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool to see which Kubernetes resources are involved in every deployed app. Similar to ArgoCD's view. Obviously Kubero's view will be more static.
Description
It would be cool to see which Kubernetes resources are involved in every deployed app. Similar to ArgoCD's view. Obviously Kubero's view will be more static.
Possible solution
Vue Flow seems provide all the required features. https://vueflow.dev/examples/layout.html
OR
Alternatives
Wondering what ArgoCD has under the hood. There is Dagre, but I was not able to find the rest of the UI :
https://github.com/argoproj/argo-cd/blob/master/ui/package.json#L22
Maybe here?
https://github.com/argoproj/argo-cd/blob/master/ui/src/app/applications/components/application-pod-view/pod-view.tsx
Additional information
No response
The text was updated successfully, but these errors were encountered: