From 8a97b73f5a2d0b67c252c363bd9d664deb80cc01 Mon Sep 17 00:00:00 2001 From: Philippe Merle Date: Fri, 7 Feb 2025 23:59:57 +0100 Subject: [PATCH] Add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4216d49..4564b8a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # KubeDiagrams +[![license](https://img.shields.io/github/license/philippemerle/KubeDiagrams)](/LICENSE) +![python version](https://img.shields.io/badge/python-%3E%3D%203.9-blue?logo=python) +![contributors](https://img.shields.io/github/contributors/philippemerle/KubeDiagrams) + Generate Kubernetes architecture diagrams from Kubernetes manifest files, kustomization files, Helm charts, and actual cluster state. There are several tools to generate Kubernetes architecture diagrams (see **[here](https://github.com/philippemerle/Awesome-Kubernetes-Architecture-Diagrams)**).