mirror of
https://github.com/philippemerle/KubeDiagrams.git
synced 2026-05-15 09:36:49 +00:00
Update links to KubeDiagrams configuration files
This commit is contained in:
@@ -104,9 +104,9 @@ Supported `kind`/`apiVersion` resource types are 32 ones:
|
||||
* StorageClass/storage.k8s.io/v1
|
||||
* User/rbac.authorization.k8s.io/v1
|
||||
|
||||
**Note**: The mapping between these supported Kubernetes resources and architecture diagrams is defined into [bin/kube-diagrams.yml](bin/kube-diagrams.yaml#L24).
|
||||
**Note**: The mapping between these supported Kubernetes resources and architecture diagrams is defined into [bin/kube-diagrams.yml](bin/kube-diagrams.yaml#L31).
|
||||
|
||||
**Note**: The mapping for any Kubernetes custom resources can be also defined into **KubeDiagrams** configuration files as illustrated in [examples/k0s/KubeDiagrams.yml](examples/k0s/KubeDiagrams.yml#L10).
|
||||
**Note**: The mapping for any Kubernetes custom resources can be also defined into **KubeDiagrams** configuration files as illustrated in [examples/k0s/KubeDiagrams.yml](examples/k0s/KubeDiagrams.yml#L10) and [free5gc-k8s/KubeDiagrams.yml](free5gc-k8s/KubeDiagrams.yml#L3).
|
||||
|
||||
Currently, unsupported `kind`/`apiGroup` resource types are 27 ones:
|
||||
* Binding/
|
||||
@@ -139,7 +139,7 @@ Currently, unsupported `kind`/`apiGroup` resource types are 27 ones:
|
||||
|
||||
## Kubernetes resources clustering
|
||||
|
||||
With **KubeDiagrams**, Kubernetes resources can be clustered within the architecture diagrams automatically. **KubeDiagrams** uses the `metadata.namespace` resource field as first clustering criteria. Then, the `metadata.labels` keys can be used to define subclusters. Following table lists the predefined mappings between label keys and cluster titles as defined in the [bin/kube-diagrams.yml](bin/kube-diagrams.yaml#L13) file (see the `clusters` list).
|
||||
With **KubeDiagrams**, Kubernetes resources can be clustered within the architecture diagrams automatically. **KubeDiagrams** uses the `metadata.namespace` resource field as first clustering criteria. Then, the `metadata.labels` keys can be used to define subclusters. Following table lists the predefined mappings between label keys and cluster titles as defined in the [bin/kube-diagrams.yml](bin/kube-diagrams.yaml#L20) file (see the `clusters` list).
|
||||
|
||||
| Label | Cluster Title |
|
||||
| :--------: | :-------: |
|
||||
|
||||
Reference in New Issue
Block a user