Add a corrected architecture diagram

This commit is contained in:
Philippe Merle
2025-01-05 16:13:51 +01:00
parent 7a38e9fd21
commit f36742b2ce
4 changed files with 7150 additions and 1 deletions

View File

@@ -13,3 +13,8 @@ $ ./helm-diagrams https://prometheus-community.github.io/helm-charts/kube-promet
Architecture diagram for the **Kube Prometheus Stack** chart:
![kube-prometheus-stack.png](kube-prometheus-stack.png)
**Note**: The previous diagram shows that some metadata labels seem to be incorrectly used in the **Kube Prometheus Stack** chart. File [kube-prometheus-stack-corrected.yaml](kube-prometheus-stack-corrected.yaml) contains some possible corrections illustrated in the following diagram.
Corrected architecture diagram for the **Kube Prometheus Stack** chart:
![kube-prometheus-stack-corrected.png](kube-prometheus-stack-corrected.png)

View File

@@ -4,4 +4,4 @@ PATH=../../bin:$PATH
helm-diagrams https://prometheus-community.github.io/helm-charts/kube-prometheus-stack
#TODO: kube-diagrams -c KubeDiagrams.yaml kube-prometheus-stack-corrected.yaml
kube-diagrams --without-namespace -c KubeDiagrams.yaml kube-prometheus-stack-corrected.yaml

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

File diff suppressed because one or more lines are too long