forked from meshery/meshery.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
365 lines (336 loc) · 14.2 KB
/
index.html
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
---
title: Meshery | The Service Mesh Manager
description: Lifecycle, performance, and configuration management across any service mesh. Confidently operate service meshes like Istio, Linkerd, Envoy, Citrix, Octarine, App Mesh, Consul, Kuma, Traefik Mesh, Tanzu, NGINX, and Open Service Mesh. Patterns and best practices of service mesh operation.
image: images/logos/meshery-logo-light-text-pad.png
---
<!-- 1. Add latest jQuery and fancybox files -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" />
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
<a id="button-scroll-to-up" style="text-decoration: none; color: white;"></a>
<section class="hero">
<div class="text-container">
<h1 style="margin: 3rem 0rem 3rem 0rem;">The service mesh <span style="font-weight: 100;">management plane</span></h1>
<!-- <br />
<p class="subtext ">Operate any service mesh with with confidence</p>
<div class="cta button alt"><a href="{{ site.baseurl }}#getting-started">Get Started</a></div>-->
<div>
<a href="{{ site.baseurl }}/images/screens/meshery_multi_mesh-Aug2021.png"
data-fancybox="images" data-caption="Multi-service mesh management plane">
<img src="{{ site.baseurl }}/images/screens/meshery_multi_mesh-Aug2021.png" alt="Multi-service mesh management plane"
/>
</a>
</div>
<!-- show number of total performance tests run by Meshery users -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
function numberWithCommas(x) {
return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
}
$(document).ready(function () {
$.get("https://meshery.layer5.io/result/total", function (data, status) {
var testresults = JSON.parse(data);
document.getElementById("testresults").innerHTML = " " + numberWithCommas(testresults.total_runs) + " ";
});
});
</script>
<div class="card"
style="z-index: 1;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);background-color: white;margin-top: 20px;height: 40px;border-radius: 10px; margin:auto; width:93%;">
<div class="performance"
style="color: black;margin-top: 10px;position: relative;top: 10px;font-weight: bolder;font-size: larger;">
<span class="testresults" id="testresults"></span>performance tests run!
</div>
</div>
<div style="margin-top: 2.5em;">
<iframe src="https://ghbtns.com/github-btn.html?user=meshery&repo=meshery&type=star&count=true&size=large"
frameborder="0" scrolling="0" width="160px" height="50px"></iframe>
<!--
<iframe
src="https://ghbtns.com/github-btn.html?user=layer5io&repo=meshery&type=watch&count=true&size=large&v=2"
frameborder="0" scrolling="0" width="160px" height="50px"></iframe>
-->
<iframe src="https://ghbtns.com/github-btn.html?user=meshery&repo=meshery&type=fork&count=true&size=large"
frameborder="0" scrolling="0" width="160px" height="50px"></iframe>
</div>
</div>
</section>
<div class="content">
<section>
<div class="container flex">
<div class="text">
<a href="https://smp-spec.io" alt="Service Mesh Performance (SMP)">
<img src="{{ site.baseurl }}/images/logos/smp-dark-text-side.svg"
style="max-width:90%; text-align: center;margin-top:10px;"
alt="Service Mesh Performance (SMP)" />
</a>
<span style="position: relative; top:-30px;">
<h2>Use the <strong>Service Mesh Performance</strong> standard</h2>
<p>Weigh the value of your service mesh features in-context of it's overhead.
<div align="center" class="button-para" style="margin-top: 2rem;">
<a href="https://smp-spec.io" class="link">See Service Mesh Performance (SMP)</a>
</div>
</p>
</span>
</div>
<!--removed style="flex-basis:30%; so that image and text can occupy same width-->
<div class="image flex">
<a href="images/screens/service mesh performance example.gif" data-fancybox="images"
data-caption="Service Mesh Performance Specification">
<img src="{{ site.baseurl }}/images/screens/service mesh performance example.gif"
alt="Service Mesh Performance Specification" class="screenshot"
style="
box-shadow: 3px 3px 10px grey;
border: 1px;" />
</a>
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text ">
<h2>What are <strong>configuration best practices</strong> and patterns?</h2>
<p> Assess your service mesh configuration against deployment and
operational best practices with Meshery's configuration validator.
<br>
<div align="center" class="button-para" style="margin-top: 3rem;">
<a href="https://docs.meshery.io/functionality/pattern-management" class="link">See the service mesh patterns</a>
</div>
</p>
</div>
<div class="image" >
<a href="images/screens/meshery-configuration-management.png" data-fancybox="images"
data-caption="Service Mesh configuration Comparison">
<img src="{{ site.baseurl }}/images/screens/meshery-configuration-management.png"
alt="Service Mesh configuration Comparison" />
</a>
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text">
<a href="images/logos/servicemeshinterface-icon-color.svg" data-fancybox="images"
data-caption="Service Mesh Interface (SMI)">
<img src="{{ site.baseurl }}/images/logos/servicemeshinterface-icon-color.svg"
style="max-width:20%;position:relative;float:left;
margin-right:5px;"
alt="Service Mesh Interface (SMI)" />
</a>
<h2>Is your service mesh <strong>SMI compliant</strong>?</h2>
<p> Validate your service mesh's conformance to Service Mesh Interface (SMI) specifications.
<br>
<div align="center" class="button-para" style="margin-top: 3rem;">
<a href="/service-mesh-interface" class="link">See the testing SMI conformance</a>
</div>
</p>
</div>
<div class="image" >
<a href="images/screens/SMI-Conformance-in-Meshery.png" data-fancybox="images"
data-caption="Service Mesh configuration Comparison">
<img src="{{ site.baseurl }}/images/screens/SMI-Conformance-in-Meshery.png"
alt="Service Mesh configuration Comparison" />
</a>
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text ">
<!-- <a href="{{ site.baseurl }}/images/meshery-wasm.png" data-fancybox="images"
data-caption="WebAssembly-based Envoy Filters"> -->
<img src="{{ site.baseurl }}/images/webassembly_logo.svg"
style="max-width:30%;position:relative;float:left;
margin-right:20px;margin-bottom: 10px;"
alt="Webassembly based Envoy Filters" />
<!-- </a> -->
<h2>Manage data plane intelligence with <strong>WebAssembly filters</strong></h2>
<p>Dynamically load and manage your own WebAssembly filters in Envoy-based service meshes.
<br>
<div align="center" class="button-para" style="margin-top: 2rem;">
<a href="https://github.com/layer5io/image-hub" class="link">See Image Hub</a>
</div>
</p>
</div>
<div class="image flex">
<a href="{{ site.baseurl }}/images/meshery-wasm.png" data-fancybox="images"
data-caption="Webassembly based Envoy Filters">
<img src="{{ site.baseurl }}/images/meshery-wasm.png"
alt="Webassembly based Envoy Filters" class="screenshot" />
</a>
</div>
</div>
</section>
<section>
{% include partials/patterns.html %}
</section>
<section>
<div class="container flex">
<div class="text">
<h2>Which service mesh should I use and how do I <strong>get started</strong>?</h2>
<p>Learn about the functionality of different service meshes
and visually manipulate mesh configuration.
<br>
<div align="center" class="button-para" style="margin-top: 3rem;">
<a href="https://docs.meshery.io" class="link">See the Meshery documentation</a>
</div>
</p>
</div>
<div class="image">
<a href="https://raw.githubusercontent.com/layer5io/meshery.io/master/images/screens/meshery-dashboard-no-shadow.png"
data-fancybox="images"
data-caption="How to start using a service mesh"></a>
<img src="{{ site.baseurl }}/images/screens/meshery-dashboard-no-shadow.png"
alt="Managing multiple service meshes - a management plane" class="screenshot" />
</a>
</div>
<!-- <div class="image">
<a href="images/screens/Meshery-Grafana-Charts.png" data-fancybox="images"
data-caption="Service Mesh Performance Comparison">
<img src="{{ site.baseurl }}/images/screens/Meshery-Grafana-Charts.png"
alt="Service Mesh Performance Comparison" class="screenshot " />
</a>
</div> -->
</div>
</section>
<section>
<div class="container flex">
<div class="text ">
<h2>Manage the <strong>performance</strong> of your service mesh and its workloads</h2>
<p>Baseline and track your service mesh performance from release to release.
<ul style="line-height: 1.5em;height: auto;text-align: left;">
<li>Use performance profiles to track the historical performance of your workloads.</li>
<li>Track your application performance from version to version.</li>
<li>Understand behavioral differences between service meshes.</li>
<li>Compare performance across service mesh deployments.</li>
</ul>
</p>
</div>
<div class="image">
<a href="https://raw.githubusercontent.com/layer5io/meshery.io/master/images/screens/service-mesh-performance-example.gif"
data-fancybox="images" data-caption="Service Mesh Performance Comparison">
<img src="{{ site.baseurl }}/images/screens/service-mesh-performance-example.gif"
alt="Service Mesh Performance Comparison" class="screenshot" />
</a>
</div>
</div>
</section>
<section>
{% include partials/adapters-table.html %}
</section>
</div>
<div class="content">
<!-- Created By Section -->
<section class="created-by-section">
<div class="created-by-container">
<h1 class="created-by">Created By</h1>
<div class="company-image">
<a href="https://layer5.io/" target="_blank">
<img src="./images/company-logo/layer5-no-trim.svg" alt="Layer5" />
</a>
</div>
</div>
</section>
<!-- Used by Section -->
<section class="used-by-section">
<div class="used-by-container">
<h1 class="used-by">Used By</h1>
<div class="companies-image">
<div class="company-image">
<img src="./images/company-logo/hpe-logo-color-no-trim.svg" alt="Hewlett Packard" />
</div>
<div class="company-image">
<img src="./images/company-logo/intraserve.png" alt="Intraserve" />
</div>
<div class="company-image">
<img src="./images/company-logo/solarwinds.svg" alt="SolarWinds" />
</div>
<div class="company-image">
<img src="./images/company-logo/book-my-show.png" alt="BookMyShow" />
</div>
<div id="ericsson-logo" class="company-image">
<img src="./images/company-logo/ericsson-logo.png" alt="Ericsson" />
</div>
<div id="metabob-logo" class="company-image">
<img src="./images/company-logo/Metabob-Logo_1.png" alt="Metabob" />
</div>
<div id="asteria-logo" class="company-image">
<img src="./images/company-logo/Asteria_Logo_horizontal_blue.svg" alt="asteria"/>
</div>
</div>
</div>
</section>
<!-- Adopter Section -->
<section class="adopter-section">
<div class="adopter-container">
<h3 class="adopter-title">Add yourself as an <strong>adopter</strong></h3>
<p class="adopter-description">and share your service mesh story with the community</p>
<div class="button-para">
<a href="https://github.com/layer5io/meshery/blob/master/ADOPTERS.md" target="_blank" class="link">
Become an Adopter
</a>
</div>
<br>
</div>
</section>
</div>
<section class="overview-section">
<div class="container">
<h1 class="overview-heading" style="text-align: center;">Overview</h1>
<div class="google-slides">
<iframe
src="https://docs.google.com/presentation/d/e/2PACX-1vSJdaOJ6MdmYQCyd2c3sbGsa9h7BVqauzBpdeVIKMpAh4eHoStLTMS8hmYJdzT0YTgXzS2chyrLPRzR/embed?start=true&loop=true&delayms=5000"
frameborder="0" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">
</iframe>
</div>
</div>
</section>
<section id="getting-started" class="getting-started">
{% include getting-started.html %}
</section>
<section class="bg-white">
{% include partials/callouts.html %}
</section>
<section class="bg-white">
<div class="container cncf-section" >
<h4>MESHERY IS A CLOUD NATIVE COMPUTING FOUNDATION PROJECT</h4>
<img src="./images/cncf-horizontal-color.svg" class="cncf-img" alt="CNCF Logo" />
<p>
<span class="layer5-caption">
Created by
<a href="https://layer5.io/" target="_blank">
<img src="{{ site.baseurl }}/images/company-logo/layer5-no-trim.svg" alt="Layer5 Logo"/>
</a>
and its open source community.
</span>
</p>
</div>
</section>
<section class="reversehero">
<div>
<div class="homepage-join">
{% include subscribe.html %}
</div>
<div class="mailinglist">
<h3 class = "mail-heading">Project Mailing lists</h3>
<p class = "mail-subheading">Engage in the Meshery project. Join any of our mailing lists.</p>
<div class= "mail-container">
<div class="mail-row">
<p class="button-alt"><a href="https://groups.google.com/a/meshery.io/g/dev-group" class="button-dev">Developer</a></p>
<p class="button-alt"><a href="https://groups.google.com/a/meshery.io/g/user-group" class="button-user">User</a></p>
</div>
<div class="mail-row">
<p class="button-alt"><a href="mailto:[email protected]" class="button-maintain">Maintainer</a></p>
<p class="button-alt"><a href="mailto:[email protected]">Community</a></p>
</div>
</div>
</div>
</section>
<section class="programs-section" style="margin: 4rem auto 4rem auto;">
<h3 style="text-align: center; color:aliceblue;">
Learn about Meshery's participation in <a href="/programs" style="text-decoration: none; color: gold;">various open source
programs</a>.
</h3>
{% include programs.html %}
</section>
</div>