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
+22-13Lines changed: 22 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ Let's explore a few of these categories.
93
93
1.**Triangles**:
94
94
95
95
<img
96
+
class="image-design-icons"
96
97
src={Triangles}
97
98
align="center"
98
99
width="25%"
@@ -105,9 +106,10 @@ Let's explore a few of these categories.
105
106
-**Examples**: API Service, Service.
106
107
107
108
108
-
1.**Rectangles**:
109
+
2.**Rectangles**:
109
110
110
111
<img
112
+
class="image-design-icons"
111
113
src={Rectangles}
112
114
align="center"
113
115
width="25%"
@@ -121,9 +123,10 @@ Let's explore a few of these categories.
121
123
122
124
-**Examples**: Namespace, Node, Pod, ReplicaSet, DaemonSet, Horizontal Pod Autoscaler.
123
125
124
-
1.**User Icons**:
126
+
3.**User Icons**:
125
127
126
128
<img
129
+
class="image-design-icons"
127
130
src={Users}
128
131
align="center"
129
132
width="25%"
@@ -135,9 +138,10 @@ Let's explore a few of these categories.
135
138
136
139
-**Examples**: ClusterRole, Role, Service Account etc.
137
140
138
-
1.**Cylinders**:
141
+
4.**Cylinders**:
139
142
140
143
<img
144
+
class="image-design-icons"
141
145
src={Cylinders}
142
146
align="center"
143
147
width="25%"
@@ -163,6 +167,7 @@ Note that users have the flexibility to **customize** these arrow styles to suit
163
167
**Edge Relationships**
164
168
165
169
<img
170
+
class="image-design-icons"
166
171
src={DashedArrows}
167
172
align="center"
168
173
width="25%"
@@ -173,6 +178,7 @@ These are used to indicate traffic flow and relationships between components. Th
173
178
**Annotations**
174
179
175
180
<img
181
+
class="image-design-icons"
176
182
src={AnnotationArrow}
177
183
align="center"
178
184
width="25%"
@@ -185,6 +191,7 @@ These are used to denote annotations or static connections between components. T
185
191
1.**Edge-Network Relationship**: Represented by a dashed arrow with **port/network protocol**.
186
192
187
193
<img
194
+
class="image-design-icons"
188
195
src={NetworkEdgeRelationship}
189
196
align="center"
190
197
width="50%"
@@ -205,6 +212,7 @@ These are used to denote annotations or static connections between components. T
205
212
The intermediary component (such as a RoleBinding) connects the two, defining how permissions are assigned. For example, a dashed arrow from a `Role` to a `ServiceAccount` with a `RoleBinding` in the middle shows the connection established by the RoleBinding, which links the specific role to the service account and grants the appropriate permissions.
206
213
207
214
<img
215
+
class="image-design-icons"
208
216
src={EdgePermissions}
209
217
align="center"
210
218
width="50%"
@@ -213,7 +221,8 @@ The intermediary component (such as a RoleBinding) connects the two, defining ho
213
221
**Creating Edge-Permission Relationships Between Components**
@@ -227,20 +236,17 @@ Meshery extends and offers support for numerous [integrations](https://docs.mesh
227
236
In Meshery, these integrated components are distinctly represented by their specific logos as icons and various shapes. These components can be found in `Components` in the dock.
228
237
229
238
<img
239
+
class="image-design-icons"
230
240
src={Integrations}
231
241
align="center"
232
242
width="50%"
233
-
style={{
234
-
marginTop: '20px',
235
-
marginBottom: '20px',
236
-
}}
237
243
/>
238
244
<h5class="chapter-sub-heading">_Example of integration components in Meshery_</h5>
bio: Hey everyone, I'm Naman Verma, a student at the Indian Institute of Information Technology, Jabalpur. I'm passionate about diving into all things tech, always eager to explore new ideas. Currently leveling up myself and contributing to the community to make a positive impact.
0 commit comments