-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
403 lines (240 loc) · 11.9 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
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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link rel="shortcut icon" href="assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.4.0">
<title>MNX.io Docs</title>
<link rel="stylesheet" href="assets/stylesheets/application.0284f74d.css">
<link rel="stylesheet" href="assets/stylesheets/application-palette.01803549.css">
<meta name="theme-color" content="#3f51b5">
<script src="assets/javascripts/modernizr.74668098.js"></script>
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Roboto+Mono&display=fallback">
<style>body,input{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono","Courier New",Courier,monospace}</style>
<link rel="stylesheet" href="assets/fonts/material-icons.css">
</head>
<body dir="ltr" data-md-color-primary="indigo" data-md-color-accent="indigo">
<svg class="md-svg">
<defs>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#mnxio-and-triton" tabindex="1" class="md-skip">
Skip to content
</a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="." title="MNX.io Docs" class="md-header-nav__button md-logo">
<img src="images/logo.png" width="24" height="24">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">
MNX.io Docs
</span>
<span class="md-header-nav__topic">
Home
</span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
</header>
<div class="md-container">
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="." title="MNX.io Docs" class="md-nav__button md-logo">
<img src="images/logo.png" width="48" height="48">
</a>
MNX.io Docs
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item md-nav__item--active">
<input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="__toc">
<label class="md-nav__link md-nav__link--active" for="__toc">
Home
</label>
<a href="." title="Home" class="md-nav__link md-nav__link--active">
Home
</a>
<nav class="md-nav md-nav--secondary">
<label class="md-nav__title" for="__toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#mnxio-and-triton" title="MNX.io and Triton" class="md-nav__link">
MNX.io and Triton
</a>
</li>
<li class="md-nav__item">
<a href="#end-user-documentation" title="End User Documentation" class="md-nav__link">
End User Documentation
</a>
</li>
<li class="md-nav__item">
<a href="#performance-and-scale" title="Performance and scale" class="md-nav__link">
Performance and scale
</a>
</li>
<li class="md-nav__item">
<a href="#simple-management" title="Simple management" class="md-nav__link">
Simple management
</a>
</li>
<li class="md-nav__item">
<a href="#security" title="Security" class="md-nav__link">
Security
</a>
</li>
<li class="md-nav__item">
<a href="#software-defined-networking" title="Software defined networking" class="md-nav__link">
Software defined networking
</a>
</li>
<li class="md-nav__item">
<a href="#dynamic-resource-usage" title="Dynamic resource usage" class="md-nav__link">
Dynamic resource usage
</a>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<label class="md-nav__title" for="__toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#mnxio-and-triton" title="MNX.io and Triton" class="md-nav__link">
MNX.io and Triton
</a>
</li>
<li class="md-nav__item">
<a href="#end-user-documentation" title="End User Documentation" class="md-nav__link">
End User Documentation
</a>
</li>
<li class="md-nav__item">
<a href="#performance-and-scale" title="Performance and scale" class="md-nav__link">
Performance and scale
</a>
</li>
<li class="md-nav__item">
<a href="#simple-management" title="Simple management" class="md-nav__link">
Simple management
</a>
</li>
<li class="md-nav__item">
<a href="#security" title="Security" class="md-nav__link">
Security
</a>
</li>
<li class="md-nav__item">
<a href="#software-defined-networking" title="Software defined networking" class="md-nav__link">
Software defined networking
</a>
</li>
<li class="md-nav__item">
<a href="#dynamic-resource-usage" title="Dynamic resource usage" class="md-nav__link">
Dynamic resource usage
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset">
<h1>Home</h1>
<h2 id="mnxio-and-triton">MNX.io and Triton</h2>
<p>The team at MNX has been a long time user of the SmartOS based hypervisor. We migrated to the Triton Compute Service in 2019 after the Joyent Compute EOL announcement.</p>
<h2 id="end-user-documentation">End User Documentation</h2>
<p>Triton Compute Service allows you to securely deploy and operate containers with bare metal speed on the MNX.io container-native public cloud, powered by Triton. Triton also supports high performance hardware virtual machines that can be used to run a broad range of operating systems and applications.</p>
<h2 id="performance-and-scale">Performance and scale</h2>
<p>Triton delivers bare metal performance with the elasticity of virtual machines. By eliminating layers of virtualization and running containers directly on bare metal, applications enjoy the highest possible performance. And, because you are running on OS virtualized containers, you can easily scale your applications and infrastructure up and down.</p>
<h2 id="simple-management">Simple management</h2>
<p>Leverage container-native Linux on Triton to extend the benefits of containerization to legacy applications and stateful services.</p>
<h2 id="security">Security</h2>
<p>Triton provides secure isolation for each container, leveraging Zones, a technology that acts as an additional, "steel-wall" that prevents neighboring tenants from attacking other occupants. Patented resource protections insulate containers from noisy neighbors and insure that each container gets its fair share of I/O.</p>
<h2 id="software-defined-networking">Software defined networking</h2>
<p>Triton's built-in networking offers each container one or more network interfaces, so each container has a full IP stack and is a full peer on the network, making network management easy.</p>
<h2 id="dynamic-resource-usage">Dynamic resource usage</h2>
<p>Bare metal servers and VMs are rigid units that don't dynamically scale. Triton infrastructure containers can be dynamically resized, in place - which means zero down-time.</p>
</article>
</div>
</div>
</main>
<footer class="md-footer">
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
powered by
<a href="https://www.mkdocs.org">MkDocs</a>
and
<a href="https://squidfunk.github.io/mkdocs-material/">
Material for MkDocs</a>
</div>
</div>
</div>
</footer>
</div>
<script src="assets/javascripts/application.245445c6.js"></script>
<script>app.initialize({version:"1.0.4",url:{base:"."}})</script>
</body>
</html>