-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·532 lines (467 loc) · 27.7 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
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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Pystol - The fault injection platform</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="https://www.pystol.org/assets/images/favicon.png">
<!-- Core Stylesheet -->
<link href="assets/style.css" rel="stylesheet">
<!-- Responsive CSS -->
<link href="assets/css/responsive/responsive.css" rel="stylesheet">
<!-- Termynal CSS -->
<link rel="stylesheet" href="assets/css/termynal.css">
<link href="https://fonts.googleapis.com/css?family=Fira+Mono">
<meta property="og:site_name" content="pystol.org - The fault injection platform">
<meta property="og:title" content="Pystol" />
<meta property="og:description" content="The fault injection platform" />
<meta property="og:image" itemprop="image" content="https://www.pystol.org/assets/img/pystol-thumb.png">
<meta property="og:type" content="website" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RWY496W5DT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RWY496W5DT');
</script>
</head>
<body>
<!-- Preloader Start -->
<div id="preloader">
<div class="loader">
<span class="inner1"></span>
<span class="inner2"></span>
<span class="inner3"></span>
</div>
</div>
<!-- ***** Header Area Start ***** -->
<header class="header_area" id="header">
<div class="container-fluid h-100">
<div class="row h-100">
<div class="col-12 h-100">
<nav class="h-100 navbar navbar-expand-lg align-items-center">
<a class="navbar-brand" href="/"><img src="assets/img/pystol_header.svg" alt=""></a>
<!--<span class="navbar-brand"><img src="img/pystol_header.svg" alt=""></span>-->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#fancyNav" aria-controls="fancyNav" aria-expanded="false" aria-label="Toggle navigation"><span class="ti-menu"></span></button>
<div class="collapse navbar-collapse" id="fancyNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#usecases">Use cases</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://try.pystol.org">Try it</a>
</li>
<!--
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#research">Research</a>
</li>
-->
</ul>
<!-- Search & Shop Btn Area -->
<div class="fancy-search-and-shop-area">
<a id="shop-btn" target="_blank" href="https://docs.pystol.org"><i title="Documentation" class="fas fa-book" aria-hidden="true"></i></a>
<a id="shop-btn" target="_blank" href="https://github.com/pystol"><i title="Pystol in GitHub" class="fab fa-github" aria-hidden="true"></i></a>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Hero Area Start ***** -->
<div id="home" class="fancy-hero-area bg-img bg-overlay animated-img" style="background-image: url(assets/img/bg-img/bg.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="d-md-none">
<div class="fancy-hero-content text-center">
<h2><br/><br/><br/><br/><br/><br/><br/><br/><br/></h2>
</div>
</div>
<div class="col-sm-12 col-md-5">
<div class="fancy-hero-content text-center">
<h2>The fault injection platform</h2>
</div>
</div>
<div class="col-sm-12 col-md-7">
<div id="termynal" data-termynal data-ty-startDelay="3000" data-ty-typeDelay="50" data-ty-lineDelay="1000">
<span data-ty="input">pip install pystol</span>
<span data-ty="progress"></span>
<span data-ty>Successfully installed pystol</span>
<span data-ty="input">pystol deploy</span>
<span data-ty>🚀 Deploying Pystol in the cluster.</span>
<span data-ty> 📦 Namespace created. 📦 Config map created.</span>
<span data-ty> 📦 CRD created. 📦 Service account created.</span>
<span data-ty> 📦 Role created. 📦 Cluster role bindings created.</span>
<span data-ty> 📦 Operator deployment created. 📦 UI deployment created.</span>
<span data-ty> 📦 Service created.</span>
<span data-ty>🏄 Done! Pystol is now deployed.</span>
<span data-ty>🕐 Wait a few seconds to have the deployments up and running.</span>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Hero Area End ***** -->
<!-- ***** Top Feature Area Start ***** -->
<div class="fancy-top-features-area bg-gray">
<div class="container">
<div class="row">
<div class="col-12">
<div class="fancy-top-features-content">
<div class="row no-gutters">
<div class="col-12 col-md-4">
<div class="single-top-feature">
<h5><i class="fas fa-lock-open" aria-hidden="true"></i> OpenSource</h5>
<p>Pystol will always be 100% OpenSource. </p>
</div>
</div>
<div class="col-12 col-md-4">
<div class="single-top-feature">
<h5><i class="fas fa-infinity" aria-hidden="true"></i> Improving resiliency</h5>
<p>We help improving system's resiliency. </p>
</div>
</div>
<div class="col-12 col-md-4">
<div class="single-top-feature">
<h5><i class="fas fa-cloud" aria-hidden="true"></i> Cloud Native</h5>
<p>Created in the cloud, for the cloud. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Top Feature Area End ***** -->
<!-- ***** Skills Area Start ***** -->
<section id="about" class="fancy-skills-area section-padding-200">
<!-- Side Thumb -->
<!-- Skills Content -->
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading text-center">
<h2>About Pystol</h2>
<p>The Fault injection platform</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12">
<div class="row no-gutters">
<div class="col-2 col-sm-1">
<div class="single-post-share-info">
<a target="_blank" href="https://webchat.freenode.net/?channels=%23pystol" class="pinterest"><i title="Pystol on IRC" class="fas fa-hashtag" aria-hidden="true"></i></a>
<a target="_blank" href="https://pystol.slack.com/" class="twitter"><i title="Pystol in Slack" class="fab fa-slack" aria-hidden="true"></i></a>
<a target="_blank" href="https://groups.pystol.org/" class="googleplus"><i title="Pystol in Google groups" class="fas fa-users" aria-hidden="true"></i></a>
<a target="_blank" href="https://github.com/pystol" class="instagram"><i title="Pystol in GitHub" class="fab fa-github" aria-hidden="true"></i></a>
<a target="_blank" href="https://docs.pystol.org" class="instagram"><i title="Documentation" class="fas fa-book" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-10 col-sm-11">
<!-- <div class="col-12 col-sm-12">-->
<div class="single-post">
<!-- Post Thumb -->
<div class="post-thumb">
<img src="assets/img/bg-img/steps.svg" alt="">
</div>
<!-- Post Content -->
<div class="post-content">
<p>
Pystol was created to demonstrate the correlation between
the execution of a fault injection action and the
change in the Kubernetes based cluster behavior.
</p>
<h4>Improving system's resiliency</h4>
<p>
As long as we test our production environments we can improve their resiliency,
in a simple definition, the ability to absorb disturbances.
</p>
<p>
Its also defined as the capacity of the infrastructure, communities and their
related systems to mitigate, adapt, or positively respond to chronic and acute stresses,
transforming in ways that restore, maintain and even improve their essential functions.
</p>
<blockquote class="fancy-blockquote">
<span class="quote playfair-font">“</span>
<h5 class="mb-4">Everything fails, all the time</h5>
<h6>Werner Vogels - <span>CTO - Amazon</span></h6>
</blockquote>
<h4>How can fault injection tests help developers and companies?</h4>
<p>
The first question is, why should a developer or a company consider using Pystol?
</p>
<p>
Implementing a strategy based on testing systems in Production
we will improve its resiliency.
</p>
<p>
This would require a “chaosification” of the platform in a controlled manner,
which could consist of actions of the following type:
killing random pods in the cluster,
evacuating nodes,
injecting latency in the applications
and many other tests.
</p>
<p>
Thanks to this platform and its strategy, a deeper visibility of the consequences of
different kind of infrastructure or application issues
can be achieved with the intention of improving defenses. This, in the long run,
is the basis of a more mature and reliable system, capable of recovering from attacks and
reducing losses in the face of a serious security incident, something that should be mandatory
for any high availability service.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Service Area Start ***** -->
<section id="usecases" class="fancy-services-area bg-img bg-overlay section-padding-100-70" style="background-image: url(assets/img/bg-img/smart-ux-use-cases-lead.jpg)">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading heading-white text-center">
<h2>Use cases</h2>
<p>Pystol works in several escenarios.</p>
</div>
</div>
</div>
<div class="row">
<!-- Single Service -->
<div class="col-12 col-md-4">
<div class="single-service-area text-center wow fadeInUp" data-wow-delay="0.5s">
<i class="fas fa-globe"></i>
<h5>Production testing</h5>
<p>
Run Pystol in your Production
systems with safety and control of everything.
</p>
</div>
</div>
<!-- Single Service -->
<div class="col-12 col-md-4">
<div class="single-service-area text-center wow fadeInUp" data-wow-delay="1s">
<i class="fas fa-project-diagram"></i>
<h5>The edge</h5>
<p>
Testing real time systems in the edge with Pystol allows to
determine wether if cloud platforms are resilient enough
to handle different types of errors.
</p>
</div>
</div>
<!-- Single Service -->
<div class="col-12 col-md-4">
<div class="single-service-area text-center wow fadeInUp" data-wow-delay="1.5s">
<i class="fas fa-cubes"></i>
<h5>Hybrid cloud</h5>
<p>We can run Pystol in any Kubernetes based cluster.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Service Area End ***** -->
<!--
<section class="fancy-testimonials-area section-padding-100">
<div class="container">
<div class="row">
<div class="col-12">
<div class="testimonials-slides owl-carousel">
<div class="single-testimonial d-md-flex align-items-center">
<div class="testimonial-thumbnail">
<img src="assets/img/clients-img/1.jpg" alt="">
</div>
<div class="testimonilas-content">
<span class="playfair-font quote">“</span>
<h5>I wanted to mention that these days, when the opposite of good customer and tech support tends to be the norm, it’s always great having a team like you guys at Fancy! So, be sure that I’ll always spread the word about how good your product is and the extraordinary level of support that you provide any time there is any need for it.</h5>
<h6>Aigars Silkalns - <span>CEO DeerCreative</span></h6>
</div>
</div>
<div class="single-testimonial d-md-flex align-items-center">
<div class="testimonial-thumbnail">
<img src="assets/img/clients-img/1.jpg" alt="">
</div>
<div class="testimonilas-content">
<span class="playfair-font quote">“</span>
<h5>I wanted to mention that these days, when the opposite of good customer and tech support tends to be the norm, it’s always great having a team like you guys at Fancy! So, be sure that I’ll always spread the word about how good your product is and the extraordinary level of support that you provide any time there is any need for it.</h5>
<h6>Aigars Silkalns - <span>CEO DeerCreative</span></h6>
</div>
</div>
<div class="single-testimonial d-md-flex align-items-center">
<div class="testimonial-thumbnail">
<img src="assets/img/clients-img/1.jpg" alt="">
</div>
<div class="testimonilas-content">
<span class="playfair-font quote">“</span>
<h5>I wanted to mention that these days, when the opposite of good customer and tech support tends to be the norm, it’s always great having a team like you guys at Fancy! So, be sure that I’ll always spread the word about how good your product is and the extraordinary level of support that you provide any time there is any need for it.</h5>
<h6>Aigars Silkalns - <span>CEO DeerCreative</span></h6>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="research" class="fancy-cta-area bg-img bg-overlay section-padding-100-70" style="background-image: url(assets/img/bg-img/hero-3.jpg)">
<div class="container">
<div class="row">
<div class="col-12">
<div class="cta-content text-center">
<h2>Research</h2>
<p>There are many ways to contact us. You may drop us a line, give us a call or send an email, choose what suits you the most.</p>
</div>
</div>
</div>
</div>
</section>
<section class="fancy-blog-area section-padding-100-70">
<div class="container">
<div class="row">
<div class="col-12 col-md-4">
<div class="single-blog-area wow fadeInUp" data-wow-delay="0.5s">
<img src="assets/img/blog-img/blog-1.jpg" alt="">
<div class="blog-content">
<h5><a href="static-page.html">We Create Experiences</a></h5>
<p>The Fancy that recognize the talent and effort of the best web designers, developers and agencies in the world.</p>
<a href="static-page.html">Learn More</a>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="single-blog-area wow fadeInUp" data-wow-delay="1s">
<img src="assets/img/blog-img/blog-2.jpg" alt="">
<div class="blog-content">
<h5><a href="static-page.html">Simple, Fast And Fun</a></h5>
<p>The Fancy that recognize the talent and effort of the best web designers, developers and agencies in the world.</p>
<a href="static-page.html">Learn More</a>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="single-blog-area wow fadeInUp" data-wow-delay="1.5s">
<img src="assets/img/blog-img/blog-3.jpg" alt="">
<div class="blog-content">
<h5><a href="static-page.html">Device Friendly</a></h5>
<p>The Fancy that recognize the talent and effort of the best web designers, developers and agencies in the world.</p>
<a href="static-page.html">Learn More</a>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="single-blog-area wow fadeInUp" data-wow-delay="2s">
<img src="assets/img/blog-img/blog-1.jpg" alt="">
<div class="blog-content">
<h5><a href="static-page.html">We Create Experiences</a></h5>
<p>The Fancy that recognize the talent and effort of the best web designers, developers and agencies in the world.</p>
<a href="static-page.html">Learn More</a>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="single-blog-area wow fadeInUp" data-wow-delay="2.5s">
<img src="assets/img/blog-img/blog-2.jpg" alt="">
<div class="blog-content">
<h5><a href="static-page.html">Simple, Fast And Fun</a></h5>
<p>The Fancy that recognize the talent and effort of the best web designers, developers and agencies in the world.</p>
<a href="static-page.html">Learn More</a>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="single-blog-area wow fadeInUp" data-wow-delay="3s">
<img src="assets/img/blog-img/blog-3.jpg" alt="">
<div class="blog-content">
<h5><a href="static-page.html">Device Friendly</a></h5>
<p>The Fancy that recognize the talent and effort of the best web designers, developers and agencies in the world.</p>
<a href="static-page.html">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!-- ***** Footer Area Start ***** -->
<footer class="fancy-footer-area fancy-bg-dark">
<!-- Footer Copywrite -->
<div class="footer-copywrite-area">
<div class="container h-100">
<div class="row h-100">
<div class="col-12 h-100">
<div class="copywrite-content h-100 d-flex align-items-center justify-content-between">
<!-- Copywrite Text -->
<div class="copywrite-text">
<p>Pystol.org <script>document.write(new Date().getFullYear());</script> - The fault injection platform</p>
</div>
<div class="footer-nav">
<nav>
<ul>
<li><a href="/raffle">Raffle</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ***** Footer Area End ***** -->
<!-- jQuery-2.2.4 js -->
<script src="assets/js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="assets/js/bootstrap/popper.min.js"></script>
<!-- Bootstrap-4 js -->
<script src="assets/js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="assets/js/others/plugins.js"></script>
<!-- Active JS -->
<script src="assets/js/active.js"></script>
<script src="assets/js/termynal.js" data-termynal-container="#termynal"></script>
<script>
(function($) {
"use strict"; // Start of use strict
// Smooth scrolling using jQuery easing
$('a.js-scroll-trigger[href*="#"]:not([href="#"])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html, body').animate({
scrollTop: (target.offset().top - 56)
}, 1000, "easeInOutExpo");
return false;
}
}
});
// Closes responsive menu when a scroll trigger link is clicked
$('.js-scroll-trigger').click(function() {
$('.navbar-collapse').collapse('hide');
});
// Activate scrollspy to add active class to navbar items on scroll
$('body').scrollspy({
target: '#mainNav',
offset: 56
});
})(jQuery); // End of use strict
</script>
</body>