dcasati/kubernetes-PlantUML

Generate the PlantUML diagram from Kubernetes script

VinayaSathyanarayana opened this issue · 7 comments

Is it possible to generate the diagram from the Kubernetes Script - may be with special flags/keys in comments?

That would be an awesome addition. That’s currently not implemented.

Thanks @dcasati . What do you suggest as the next steps to implement it?

I'm investigating this. Open for suggestions though :)

@VinayaSathyanarayana what do you mean by "Kubernetes Script"? we have internally several ways of analyzing Helm Charts (the CRDs) which will result in PlantUML diagrams....this was one of the prototypes: https://github.com/amoAHCP/CRDtoUML/tree/master/crdTOuml

@amoAHCP, @dcasati - Thanks for responding. One creates a deployment yaml script for Kubernetes. I would like to visualize the dependencies of the yaml file through plantuml.

If we can generate plantuml diagrams from helm charts, that would be great