-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKubeDiagrams.yml
More file actions
37 lines (31 loc) · 1.04 KB
/
Copy pathKubeDiagrams.yml
File metadata and controls
37 lines (31 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Configuration of kube-diagrams for Istio CRDs
edges:
UNDEFINED:
color: black # default color, can be changed to red or other
clusters:
- label: istio.io/istio
title: Istio Service Mesh
nodes:
VirtualService/networking.istio.io/v1:
scope: Namespaced
custom_icon: icons/Istio-VirtualService.png
edges: |
edges.add_all_resources_matching_labels("DestinationRule", "metadata.labels")
DestinationRule/networking.istio.io/v1:
scope: Namespaced
custom_icon: icons/Istio-DestinationRule.png
# no edges
Sidecar/networking.istio.io/v1:
scope: Namespaced
custom_icon: icons/Istio-Sidecar.png
edges: |
edges.add_all_resources_matching_labels("Deployment", "metadata.labels")
AuthorizationPolicy/security.istio.io/v1:
scope: Namespaced
custom_icon: icons/Istio-AuthorizationPolicy.png
edges: |
edges.add_all_resources_matching_labels("Deployment", "metadata.labels")
ClusterPolicy/kyverno.io/v1:
scope: Cluster
custom_icon: icons/Kyverno-ClusterPolicy.png
# no edges