kubero-dev / kubero-dev/kubero
Visualize Kubernetes resources for the app deployment
- Dominant language
- TypeScript
- Stars
- 4.4k
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
### 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
- https://github.com/dash14/v-network-graph
- https://dash14.github.io/v-network-graph/examples/appearance.html#custom-node
### 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_
Contributor guide
Assessment
This issue has not been assessed yet.