@@ -3,33 +3,30 @@ graph LR
33 users [ Users]
44 ngfSvc [ " Public Endpoint\nfor\ncafe.example.com" ]
55 subgraph cluster [ Kubernetes Cluster]
6- subgraph clusterPadding [ " "]
7- subgraph clusterPadding2 [ " "]
8- subgraph gwNS [ Namespace\nnginx-gateway]
9- ngfPod [ Pod\nnginx-gateway]
10- end
11- end
12- end
136 subgraph appNs [ Namespace\ndefault]
147 subgraph nsPadding [ " "]
8+ nginxPod [ Pod\nNGINX]
159 coffeeV1Pod [ Pod\ncoffee v1]
1610 coffeeV2Pod [ Pod\ncoffee v2]
1711 teaPod [ Pod\ntea]
1812 teaPostPod [ Pod\ntea-post]
1913 end
2014 end
2115 end
22- ngfSvc --> ngfPod
23- ngfPod -- /coffee --> coffeeV1Pod
24- ngfPod -- /coffee\nheader: version=v2\nOR\n/coffee?TEST=v2 --> coffeeV2Pod
25- ngfPod -- GET /tea --> teaPod
26- ngfPod -- POST /tea --> teaPostPod
16+
17+ ngfSvc --> nginxPod
18+ nginxPod -- /coffee --> coffeeV1Pod
19+ nginxPod -- /coffee\nheader: version=v2\nOR\n/coffee?TEST=v2 --> coffeeV2Pod
20+ nginxPod -- GET /tea --> teaPod
21+ nginxPod -- POST /tea --> teaPostPod
2722 users --> ngfSvc
23+
2824 class clusterPadding ,nsPadding ,clusterPadding2 noBorder
2925 class gwNS ,appNs namespace
30- class ngfSvc ,ngfPod nginxNode
26+ class ngfSvc ,nginxPod nginxNode
3127 class coffeeV1Pod ,coffeeV2Pod coffeeNode
3228 class teaPod ,teaPostPod teaNode
29+
3330 classDef noBorder stroke :none , fill :none
3431 classDef default fill :#FFFFFF , stroke :#000000
3532 classDef namespace fill :#FFFFFF , stroke :#036ffc , stroke-dasharray : 5 5 , text-align :center
0 commit comments