open-source-ideas / ideas

💡 Looking for inspiration for your next open source project? Or perhaps you've got a brilliant idea you can't wait to share with others? Open Source Ideas is a community built specifically for this! 👋
6.57k stars 220 forks source link

visual representation of kubernetes resource files #111

Open ppwfx opened 6 years ago

ppwfx commented 6 years ago

Project description

kubernetes resource files can become very large and thus harder to interpret. it would be cool to have a visual representation that gives a convenient overview of the interdependencies of the resources

Relevant Technology

kubernetes, yaml, graph visualization

Complexity and required time

Complexity

Required time (ETA)

torblerone commented 3 years ago

Kubernetes resources can get very complex, regarding configurable properties of some of them. Did you think of visualizing all properties or only the connections and dependencies between those resources? I think it might get pretty hard applying dependencies on those many resources. Even with such a tool, you wouldn't be able to describe that a front-end component is consuming a backend API. The relationship isn't expressed in the YAML but in the application.