Newsletter

    Subscribe our newsletter

    Get new infrastructure guides, comparison reports, and migration notes in your inbox.

    Infrastructure notes, guides, and new tools. Unsubscribe anytime.

    Back to Blog
    Kubernetes
    Helm
    Tooling

    KubeDiagrams 0.7.0 Is Out: Kubernetes Architecture Diagram Tool

    February 4, 2026
    4 min read

    What started the discussion

    KubeDiagrams 0.7.0 is out! KubeDiagrams is an open source project under the Apache 2.0 License, hosted on GitHub. It generates Kubernetes architecture diagrams from Kubernetes manifest files, kustomization files, Helm charts, helmfile descriptors, and actual cluster state. Compared to existing tools, what sets KubeDiagrams apart is its support for:

    This new release provides some improvements and is available as a Python package in PyPI, a container image in DockerHub, a kubectl plugin, a Nix flake, and a GitHub Action.

    Read Real-World Use Cases and What do they say about it to see how KubeDiagrams is used and received in practice.

    An Online KubeDiagrams Service is freely available at https://kubediagrams.lille.inria.fr/, so you can try it on your own Kubernetes manifests, Helm charts, helmfiles, and actual cluster state.

    What stood out in the comments

    Discussion point 1

    The CRD support is the big differentiator here. Most diagram tools only handle built-in resources which is useless for any real cluster running Istio, Argo, or cert-manager. The kubectl plugin option is also nice for quick ad-hoc diagrams.

    Discussion point 2

    The Kubernetes communauty designed the Kubernetes Icons Set (https://github.com/kubernetes/community/tree/master/icons) to standardize Kubernetes architecture diagrams for presentation. Most diagram tools including KubeDiagrams reuse these standardized icons as shown in https://github.com/philippemerle/Awesome-Kubernetes-Architecture-Diagrams. Perhaps you should try to convince the Kubernetes communauty to redesign these resource icons ;-)

    Discussion point 3

    Im sorry, but why those icons are so ugly? Can we just re-generate kube resource icons via some ai tooling to make it beautiful..

    Thread snapshot

    Related Resources