Transforms a IaC k8s description (in the form of k8s .yaml and Terraform .hcls) into object diagram
...
This product may introduce some abstraction, example: given deployment and a matching service - technically services point at pods created by replication controlers, created by deployments. But in our graphs the service will point directly at the deployment. Which at conceptual level makes sense.
- nix
direnv(nix-env -iA nixpkgs.direnv)- configured direnv shell hook
- some form of
make(nix-env -iA nixpkgs.gnumake)
Hint: if something doesn't work because of missing package please add the package to default.nix instead of installing on your computer. Why solve the problem for one if you can solve the problem for all? ;)
ulmz- UML documentationcli- parses .hcl, .yamls into a stream of normalized k8s objectsgraph- finds connections between k8s objects in a loose collectionui- displays the connections
make init
make help