-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathindex.js
More file actions
445 lines (442 loc) · 17.4 KB
/
index.js
File metadata and controls
445 lines (442 loc) · 17.4 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
import React from "react";
import { Container } from "../../../reusecore/Layout";
import Hero from "../../../components/Animated-steps-list/hero";
import AnimatedStepsList from "../../../components/Animated-steps-list";
import MesheryWrapper from "../meshery.style";
import { Link } from "gatsby";
import Homebrew from "../Meshery-platforms/supported-icons/homebrew.svg";
import Kubernetes from "../Meshery-platforms/supported-icons/kubernetes.svg";
import KinD from "../Meshery-platforms/supported-icons/kind.svg";
import Minikube from "../Meshery-platforms/supported-icons/minikube.svg";
import EKS from "../Meshery-platforms/supported-icons/eks.svg";
import Helm from "../Meshery-platforms/supported-icons/helm-icon-color.webp";
import WSL2 from "../Meshery-platforms/supported-icons/wsl2.svg";
import GKE from "../Meshery-platforms/supported-icons/gke.svg";
import Docker from "../Meshery-platforms/supported-icons/docker.svg";
import ImageHub from "../../../assets/images/image-hub/layer5-image-hub.svg";
import SMP from "../../../assets/images/service-mesh-performance/icon/smp-dark.svg";
const OAM = "/partners/oam.svg";
const MesheryTerminal = () => {
return (
<MesheryWrapper>
<Container>
<Hero
title="Single Step Installation"
initialdescription="No faster way to start managing any infrastrucutre than with a single step to download, install, and run Meshery:"
// links={[
// {
// text: "Download, Install, and Run Meshery",
// url: "/",
// external: false,
// },
// ]}
code="curl -L https://meshery.io/install | PLATFORM=kubernetes bash -"
enddescription="Lightning fast time to cloud native management."
/>
<AnimatedStepsList
terminalHeroState={{
frameLength: 100,
loop: true,
lines: [
{
frames: 5,
code: ["curl -L https://meshery.io/install | PLATFORM=kubernetes bash -", "curl -L https://meshery.io/install | PLATFORM=kubernetes bash -|"],
},
],
}}
steps={[
{
name: "Install",
description: (
<>
<p>
Meshery provides you with a clean, robust, streamlined command-line interface to manage your cloud native infrastructure.
</p>
<p>
With <code>mesheryctl</code>, not only you can manage your infrastructure, but you can also manage their workloads, characterize performance, and apply well-architectued patterns.
</p>
<p>
<code>mesheryctl</code> provides support for all of Meshery's features and many platforms.
</p>
</>
),
logos: [
{
url: Homebrew,
alt: "Homebrew",
},
{
url: Kubernetes,
alt: "Kubernetes",
},
{
url: KinD,
alt: "KinD",
},
{
url: Minikube,
alt: "Minikube",
},
{
url: EKS,
alt: "AWS Elastic Kubernetes Service",
},
{
url: Helm,
alt: "Meshery Helm Chart",
},
{
url: WSL2,
alt: "WSL2",
},
{
url: GKE,
alt: "GKE",
},
{
url: Docker,
alt: "Docker",
},
],
terminal: {
frameLength: 100,
loop: false,
lines: [
{
color: "white",
frames: 4,
code: [
"Extracting mesheryctl-latest",
"Extracting mesheryctl-latest .",
"Extracting mesheryctl-latest . .",
"Extracting mesheryctl-latest . . .",
],
},
{
frames: 4,
code:
"Archive: /Users/layer5/meshery.zip",
color: "gray",
},
{
frames: 4,
code: "inflating: LICENSE",
indent: 1,
short: true
},
{
frames: 2,
code: "inflating: README.md",
indent: 1,
short: true
},
{
frames: 2,
code: "inflating: mesheryctl",
indent: 1,
short: true
},
{ code: " " },
{
frames: 2,
code: "Installing mesheryctl in /usr/local/bin",
color: "gray",
},
{
frames: 2,
code: "mesheryctl installed.",
color: "gray",
},
{
frames: 8,
code: [
"downloading manifest files from https://github.com/meshery/meshery/tree/v0.6.0/install/deployment_yamls/k8s",
],
color: "navy",
},
{
frames: 8,
code: [
"Starting meshery",
"Starting meshery .",
"Starting meshery ..",
"Starting meshery ...",
"Starting meshery ...",
],
short: true,
color: "gray",
},
{
frames: 6,
color: "gray",
code: [
"⠋ Deploying Meshery on Kubernetes",
"⠙ Deploying Meshery on Kubernetes",
"⠹ Deploying Meshery on Kubernetes",
"⠸ Deploying Meshery on Kubernetes",
"⠼ Deploying Meshery on Kubernetes",
"⠴ Deploying Meshery on Kubernetes",
"⠦ Deploying Meshery on Kubernetes",
"⠧ Deploying Meshery on Kubernetes",
"⠇ Deploying Meshery on Kubernetes",
"⠏ Deploying Meshery on Kubernetes",
"⠋ Deploying Meshery on Kubernetes",
"⠙ Deploying Meshery on Kubernetes",
"⠹ Deploying Meshery on Kubernetes",
"⠸ Deploying Meshery on Kubernetes",
"⠼ Deploying Meshery on Kubernetes",
"⠴ Deploying Meshery on Kubernetes",
"⠦ Deploying Meshery on Kubernetes",
"⠧ Deploying Meshery on Kubernetes",
"⠇ Deploying Meshery on Kubernetes",
"⠏ Deploying Meshery on Kubernetes",
"✓ Meshery deployed on Kubernetes",
],
},
{
frames: 4,
code: [
"Some Meshery pods have not come up yet.",
"Some Meshery pods have not come up yet..",
"Some Meshery pods have not come up yet...",
"Pods are online!",
],
short: true,
color: "gray",
},
{
frames: 3,
code: [
"Opening Meshery (https://localhost:9081) on your browser...",
],
short: true,
color: "gray",
},
{
frames: 1,
code: "\nManagement plane ready at: https://meshery.io/manage",
color: "green",
},
],
},
},
{
name: "Patterns",
description: (
<>
<p>
Meshery supports cloud native application patterns using a cloud-agnostic and application-holistic approach: designs.
</p>
<p>
Meshery designs enable the practice of both configuring and operating functionality in a single, universal file.
</p>
<p>
With a design, you can capture behavior in a single file. You can access infrastructure-specific differentiation while keeping your patterns short and simple.
</p>
</>
),
logos: [
{
url: OAM,
alt: "Open Application Model",
},
{
url: ImageHub,
alt: "Image Hub",
}
],
terminal: {
frameLength: 100,
loop: false,
lines: [
{
color: "white",
frames: 4,
code: [
"» Deploying pattern",
"» Deploying pattern .",
"» Deploying pattern . .",
"» Deploying pattern . . .",
],
},
{
frames: 5,
code:
"✓ Meshery connected to Kubernetes at https://kubernetes.example.com:6443",
},
{
frames: 2,
color: "gray",
code: [
"⠋ Preparing pattern deployment",
"⠙ Preparing pattern deployment",
"⠹ Preparing pattern deployment",
"⠸ Preparing pattern deployment",
"⠼ Preparing pattern deployment",
"⠴ Preparing pattern deployment",
"⠦ Preparing pattern deployment",
"⠧ Preparing pattern deployment",
"⠇ Preparing pattern deployment",
"⠏ Preparing pattern deployment",
"⠋ Preparing pattern deployment",
"⠙ Preparing pattern deployment",
"⠹ Preparing pattern deployment",
"⠸ Preparing pattern deployment",
"⠼ Preparing pattern deployment",
"⠴ Preparing pattern deployment",
"⠦ Preparing pattern deployment",
"⠧ Preparing pattern deployment",
"⠇ Preparing pattern deployment",
"⠏ Preparing pattern deployment",
"✓ Pattern deployed",
],
},
{
frames: 2,
color: "gray",
code: [
"⠋ Waiting on pattern to become available: 1/1/0",
"⠙ Waiting on pattern to become available: 1/1/0",
"⠹ Waiting on pattern to become available: 1/1/0",
"⠸ Waiting on pattern to become available: 1/1/0",
"⠼ Waiting on pattern to become available: 1/1/0",
"⠴ Waiting on pattern to become available: 1/1/0",
"⠦ Waiting on pattern to become available: 1/1/0",
"⠧ Waiting on pattern to become available: 1/1/0",
"⠇ Waiting on pattern to become available: 1/1/0",
"⠏ Waiting on pattern to become available: 1/1/0",
"⠋ Waiting on pattern to become available: 1/1/0",
"⠙ Waiting on pattern to become available: 1/1/0",
"⠹ Waiting on pattern to become available: 1/1/0",
"⠸ Waiting on pattern to become available: 1/1/0",
"⠼ Waiting on pattern to become available: 1/1/0",
"⠴ Waiting on pattern to become available: 1/1/0",
"⠦ Waiting on pattern to become available: 1/1/0",
"⠧ Waiting on pattern to become available: 1/1/0",
"⠇ Waiting on pattern to become available: 1/1/0",
"⠏ Waiting on pattern to become available: 1/1/0",
"✓ Pattern successfully rolled out!",
],
},
{ code: "" },
{
frames: 2,
code:
"\nYour cloud native application pattern deployment was successful!",
color: "gray",
},
{ code: "" },
{
frames: 1,
code:
"\nDeployment URL: https://meshery.local/patterns",
color: "green",
},
],
},
},
{
name: "Performance",
description: (
<>
<p>
Meshery provides cloud native infrastructure and application performance measurement and management.
</p>
<p>
Meshery natively supports the <Link to="/projects/cloud-native-performance">Cloud Native Performance</Link> (SMP) specification.
</p>
<p>
Use performance test profiles to schedule and continuously verify your application is performing in accordance with your SLOs.
</p>
</>
),
logos: [
{
url: SMP,
alt: "Cloud Native Performance",
}
],
terminal: {
frameLength: 100,
loop: false,
lines: [
{
frames: 1,
color: "white",
code: [
"» Analyzing",
"» Analyzing .",
"» Analyzing . .",
"» Analyzing . . .",
],
},
{
frames: 2,
code:
"✓ Meshery connected to Kubernetes at https://kubernetes.example.com:6443",
},
{
frames: 2,
color: "gray",
code: [
"⠋ Analyzing infrastructure",
"⠙ Analyzing infrastructure",
"⠹ Analyzing infrastructure",
"⠸ Analyzing infrastructure",
"⠼ Analyzing infrastructure",
"⠴ Analyzing infrastructure",
"⠦ Analyzing infrastructure",
"⠧ Analyzing infrastructure",
"⠇ Analyzing infrastructure",
"⠏ Analyzing infrastructure",
"⠋ Analyzing infrastructure",
"⠙ Analyzing infrastructure",
"⠹ Analyzing infrastructure",
"⠸ Analyzing infrastructure",
"⠼ Analyzing infrastructure",
"⠴ Analyzing infrastructure",
"⠦ Analyzing infrastructure",
"⠧ Analyzing infrastructure",
"⠇ Analyzing infrastructure",
"⠏ Analyzing infrastructure",
"✓ Analysis complete.",
],
},
{ code: "" },
{
frames: 2,
color: "white",
code: [
"» Preparing recommendations",
"» Preparing recommendations .",
"» Preparing recommendations . .",
"» Preparing recommendations . . .",
],
},
{
frames: 2,
code: " Patterns: 01EJCSFNDDD15P2BXBW2KCYVB2",
color: "navy",
},
{ code: "" },
{
frames: 2,
code: "\nBest practice recommendations ready!",
color: "green",
},
{ code: "" },
{
frames: 1,
code: "\nRecommendations URL: https://meshery.io/patterns",
color: "green",
},
],
},
},
]}
/>
</Container>
</MesheryWrapper>
);
};
export default MesheryTerminal;