You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content-learn/mastering-meshery/introduction-to-meshery/meshery/interpreting-meshery-designs.mdx
+48-7Lines changed: 48 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,9 @@ Let's explore a few of these categories.
96
96
src={Triangles}
97
97
align="center"
98
98
width="25%"
99
+
style={{
100
+
objectFit: 'contain !important',
101
+
}}
99
102
/>
100
103
101
104
-**Category**: **Networking and Service Management**.
@@ -105,12 +108,15 @@ Let's explore a few of these categories.
105
108
-**Examples**: API Service, Service.
106
109
107
110
108
-
1.**Rectangles**:
111
+
2.**Rectangles**:
109
112
110
113
<img
111
114
src={Rectangles}
112
115
align="center"
113
116
width="25%"
117
+
style={{
118
+
objectFit: 'contain !important',
119
+
}}
114
120
/>
115
121
116
122
-**Category**: **Hierarchical and Parent Components**
@@ -121,12 +127,15 @@ Let's explore a few of these categories.
121
127
122
128
-**Examples**: Namespace, Node, Pod, ReplicaSet, DaemonSet, Horizontal Pod Autoscaler.
123
129
124
-
1.**User Icons**:
130
+
3.**User Icons**:
125
131
126
132
<img
127
133
src={Users}
128
134
align="center"
129
135
width="25%"
136
+
style={{
137
+
objectFit: 'contain !important',
138
+
}}
130
139
/>
131
140
132
141
-**Category**: **Role-based access control (RBAC) components**
@@ -135,12 +144,15 @@ Let's explore a few of these categories.
135
144
136
145
-**Examples**: ClusterRole, Role, Service Account etc.
137
146
138
-
1.**Cylinders**:
147
+
4.**Cylinders**:
139
148
140
149
<img
141
150
src={Cylinders}
142
151
align="center"
143
152
width="25%"
153
+
style={{
154
+
objectFit: 'contain !important',
155
+
}}
144
156
/>
145
157
146
158
-**Category**: **Storage and Stateful Components**
@@ -166,6 +178,9 @@ Note that users have the flexibility to **customize** these arrow styles to suit
166
178
src={DashedArrows}
167
179
align="center"
168
180
width="25%"
181
+
style={{
182
+
objectFit: 'contain !important',
183
+
}}
169
184
/>
170
185
171
186
These are used to indicate traffic flow and relationships between components. The dashed lines represent dynamic interactions and data movement, while the arrowheads show the direction of the flow or relationship.
@@ -176,6 +191,9 @@ These are used to indicate traffic flow and relationships between components. Th
176
191
src={AnnotationArrow}
177
192
align="center"
178
193
width="25%"
194
+
style={{
195
+
objectFit: 'contain !important',
196
+
}}
179
197
/>
180
198
181
199
These are used to denote annotations or static connections between components. They serve to illustrate fixed relationships or highlight specific details without implying a flow of data or interaction.
@@ -188,6 +206,9 @@ These are used to denote annotations or static connections between components. T
188
206
src={NetworkEdgeRelationship}
189
207
align="center"
190
208
width="50%"
209
+
style={{
210
+
objectFit: 'contain !important',
211
+
}}
191
212
/>
192
213
193
214
-**Dashed arrow**: Indicates that the service is linked to the pod, exposing network access to it through a specified port.
@@ -208,12 +229,19 @@ The intermediary component (such as a RoleBinding) connects the two, defining ho
208
229
src={EdgePermissions}
209
230
align="center"
210
231
width="50%"
232
+
style={{
233
+
objectFit: 'contain !important',
234
+
}}
211
235
/>
212
236
213
237
**Creating Edge-Permission Relationships Between Components**
0 commit comments