💭 mkimuram/k8sviz: Generate Kubernetes architecture diagrams fro... =================================================================== !https://github.com/mkimuram/k8sviz Date: October 22, 2023 GitHub - mkimuram/k8sviz: Generate Kubernetes architecture diagrams from the actual state in a namespace Generate Kubernetes architecture diagrams from the actual state in a namespace - mkimuram/k8sviz GitHub · github.com [1] This is a sick kubernetes architecture diagran generation tool. Here is an example ![an example output from k8sviz](https://raw.githubusercontent.com/mkimuram/k8sviz/master/examples/wordpress/default.png) ## installation ``` bash $ curl -LO https://raw.githubusercontent.com/mkimuram/k8sviz/master/k8sviz.sh $ chmod u+x k8sviz.sh ``` ### Usage ``` bash ./k8sviz.sh --kubeconfig ~/.config/kube/falcon-k3s.yaml -t png -o k8sviz.png ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://github.com/mkimuram/k8sviz [2]: /thoughts/ [3]: /tags/thoughts/