-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
353 lines (266 loc) · 14.3 KB
/
Copy pathindex.html
File metadata and controls
353 lines (266 loc) · 14.3 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
<!doctype html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.80.0" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<base href="https://aerokube.com/boot/">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="manifest.json">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta property="og:image:height" content="1106">
<meta property="og:image:width" content="2113">
<meta property="og:title" content="Aerokube Boot | Solution to launch lightweight test and development environments">
<meta property="description" content="Solution to launch lightweight test and development environments. Runs on your own hardware or in any popular cloud platform: Google Cloud, Amazon Web Services, DigitalOcean, Microsoft Azure and so on.">
<meta property="og:description" content="Solution to launch lightweight test and development environments. Runs on your own hardware or in any popular cloud platform: Google Cloud, Amazon Web Services, DigitalOcean, Microsoft Azure and so on.">
<meta property="og:url" content="https://aerokube.com/boot/">
<meta property="og:image" content="/images/og-image.jpg">
<meta name="twitter:site" content="@aerokube">
<link rel="canonical" href="https://aerokube.com/boot/">
<title>Aerokube Boot | Solution to launch lightweight test and development environments</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="/boot/main.5763f.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono&display=swap" rel="stylesheet">
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/odometer.min.js" type="text/javascript"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23854888-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-23854888-2');
</script>
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(95048978, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/95048978" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<header class="container">
<div class="row header align-items-center">
<div class="col-auto">
<a href="/" class="header__logo">
<img src="images/aerokube_logo.svg" alt="logo" class="header__logo-image">
<span class="header__logo-title">Boot</span>
</a>
</div>
<nav class="d-none d-sm-block col">
<ul class="header__links">
<li><a href="https://aerokube.com/boot/latest">Docs</a></li>
<li><a href="https://blog.aerokube.com">Blog</a></li>
<li><a href="https://github.com/aerokube/boot">Github</a></li>
<li><a href="https://t.me/aerokube_boot">Telegram</a></li>
<li><a href="https://twitter.com/aerokube">Twitter</a></li>
<li><a href="https://www.youtube.com/@aerokube">Youtube</a></li>
<li><a href="mailto:support@aerokube.com">Mail us</a></li>
</ul>
</nav>
<nav class="d-block d-sm-none col">
<div class="header__menu">
<label for="menu" class="header__menu-button">
<img src="images/nav.svg" alt="menu sandwich">
</label>
<input id="menu" type="checkbox">
<div class="header__menu-wrapper">
<ul class="header__menu-container">
<li><a href="https://aerokube.com/boot/latest">Docs</a></li>
<li><a href="https://blog.aerokube.com">Blog</a></li>
<li><a href="https://github.com/aerokube/boot">Github</a></li>
<li><a href="https://t.me/aerokube_boot">Telegram</a></li>
<li><a href="https://twitter.com/aerokube">Twitter</a></li>
<li><a href="https://www.youtube.com/@aerokube">Youtube</a></li>
<li><a href="mailto:support@aerokube.com">Mail us</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<div class="background">
<div class="container hero">
<div class="row justify-content-center align-items-center">
<div class="col-12 col-md-5">
<div class="row">
<div class="col-12">
<h1 class="hero__heading-title">Lightweight virtual machines in Kubernetes</h1>
<p class="hero__heading-description">Unlimited cluster for testing and development</p>
</div>
<div class="col-12 d-none d-md-block">
<form class="feedback" id="license-form">
<div>
<label class="feedback__title">
To receive your free one-month license key, please contact us:<br>
<a href="mailto:sales@aerokube.com" title="Contact email">sales@aerokube.com</a>
<br>
<br>
</label>
</div>
</form>
</div>
</div>
</div>
<div class="col-12 col-md-7">
<img class="hero__preview" src="images/preview.png" alt="preview">
</div>
</div>
<div class="row d-block d-md-none mt-4 text-center">
<div class="col-12">
<form class="feedback" id="license-form">
<div>
<label class="feedback__title">
To receive your free one-month license key, please contact us:<br>
<a href="mailto:sales@aerokube.com" title="Contact email">sales@aerokube.com</a>
<br>
<br>
</label>
</div>
</form>
</div>
</div>
</div>
<div class="container features">
<div class="row">
<div class="col-12 col-md-3 mb-4 mb-md-0 features__feature">
<img src="images/features/cluster.svg" alt=""Swiss Army Knife"">
<p class="features__feature-title">"Swiss Army Knife"</p>
<p class="features__feature-description">Test automation and remote<br/>development in one cluster</p>
</div>
<div class="col-12 col-md-3 mb-4 mb-md-0 features__feature">
<img src="images/features/lightning.svg" alt="Lightning fast">
<p class="features__feature-title">Lightning fast</p>
<p class="features__feature-description">Lightweight virtual machines <br/>starting in seconds</p>
</div>
<div class="col-12 col-md-3 mb-4 mb-md-0 features__feature">
<img src="images/features/installation.svg" alt="Secure">
<p class="features__feature-title">Secure</p>
<p class="features__feature-description">Full and fine-grained<br/>access control</p>
</div>
<div class="col-12 col-md-3 mb-4 mb-md-0 features__feature">
<img src="images/features/pricing.svg" alt="Flexible pricing">
<p class="features__feature-title">Flexible pricing</p>
<p class="features__feature-description">$5 per CPU<br/>per month</p>
</div>
</div>
</div>
</div>
<div class="container pricing">
<div class="row">
<div class="col">
<h2 class="pricing__title" id="pricing">Pricing</h2>
</div>
</div>
<div class="row">
<div class="col-12">
<form id="range" class="pricing-range">
<div class="d-none d-sm-block pricing-range__range">
<div class="pricing-range__range-line">
<div class="lol"></div>
</div>
</div>
<div class="pricing-range__config">
<label class="d-flex justify-content-between align-items-center d-sm-none pricing-range__range-label">
<span>Number of CPUs: </span>
<span class="select-wrapper">
<select name="range" class="select pricing-range__range-select"></select>
</span>
</label>
<label class="d-flex justify-content-between align-items-center d-sm-inline pricing-range__duration-label">
<span class="pricing-range__duration-label-text">Duration: </span>
<span class="select-wrapper">
<select name="duration" class="select pricing-range__duration"></select>
</span>
</label>
<label class="d-flex justify-content-between align-items-center pricing-range__price-label">
<span class="pricing-range__price-label-text">Your price:</span>
<span class="pricing-range__toggle-container">
<span class="pricing-range__odometer-container">
<span class="pricing-range__price-label-currency">$</span><span id="price-odometer"></span>
</span>
<a href="mailto:support@aerokube.com" class="pricing-range__contact-us-container">Contact us</a>
</span>
<input id="price-input" type="hidden" name="price" value="0">
</label>
</div>
<p>To buy a license key - contact us: <a href="mailto:sales@aerokube.com" title="Contact email">sales@aerokube.com</a></p>
</form>
</div>
</div>
</div>
<div class="container articles">
<div class="row">
<div class="col">
<h2>Articles and Videos</h2>
</div>
</div>
<div class="row articles__content">
<div class="col-12 col-md-8 articles__video">
<iframe width="45%" height="225" src="https://www.youtube.com/embed/1ANJuBl03LY?si=HPRsqN3UykQ6gFAk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="45%" height="225" src="https://www.youtube.com/embed/N0v29MudU3o?si=9X2_0gEhDv2IxK8y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="col-12 col-md-4">
<div class="row articles__articles">
<div class="col-12 mb-4">
<div class="articles__article">
<a href="https://blog.aerokube.com/boot-other-side-of-the-moon-c85d3d68a682"><h3 class="articles__article-title">Boot: Other Side of the Moon</h3></a>
<p class="articles__article-description">
This article gives motivation of our new product called Boot.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<nav class="col-12 col-md footer__left">
<ul>
<li><a href="https://aerokube.com/">Aerokube</a></li>
<li><a href="https://aerokube.com/moon/">Moon</a></li>
<li><a href="https://aerokube.com/moon-cloud/">Moon Cloud</a></li>
</ul>
</nav>
<nav class="col-12 col-md footer__right">
<ul>
<li><a href="https://aerokube.com/boot/latest">Docs</a></li>
<li><a href="https://blog.aerokube.com">Blog</a></li>
<li><a href="https://github.com/aerokube/boot">Github</a></li>
<li><a href="https://t.me/aerokube_boot">Telegram</a></li>
<li><a href="https://twitter.com/aerokube">Twitter</a></li>
<li><a href="https://www.youtube.com/@aerokube">Youtube</a></li>
<li><a href="mailto:support@aerokube.com">Mail us</a></li>
</ul>
</nav>
</div>
<div class="row">
<div class="col footer__separator"></div>
</div>
<div class="row footer__bottom align-items-center">
<div class="col-12 col-md-auto footer__copyright">© 2025 Aerokube Software</div>
<div class="col-12 col-md footer__terms">
</div>
</div>
</div>
</footer>
<script src="/boot/main.5763f.js"></script>
</body>
</html>