forked from istio/istio.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (77 loc) · 3.78 KB
/
Copy pathindex.html
File metadata and controls
83 lines (77 loc) · 3.78 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
---
layout: landing
title: Istio
---
{% include home.html %}
<div class="nav-hero-container">
<div class="hero">
<div class="container">
<h1 class="hero-title">Istio</h1>
<img class="hero-logo" alt="Istio" src="{{home}}/img/istio-logo.svg" />
<h1 class="hero-lead">An open platform to connect, manage, and secure microservices</h1>
<span class="hero-down-arrow fa fa-2 fa-caret-down"></span>
</div>
</div>
</div>
<section class="hero-wrapper">
<div class="jumbotron traffic">
<div class="container-fluid">
<img class="landing-image pull-left" src="{{home}}/img/routing.svg" alt="Traffic Management">
<div class="section-content pull-right">
<h2>Intelligent Routing and Load Balancing</h2>
<p>
Control traffic between services with dynamic route configuration,
conduct A/B tests, release canaries, and gradually upgrade versions using red/black deployments.
</p>
<a href="{{home}}/docs/concepts/what-is-istio/overview.html"><button class="btn btn-istio btn-read-more">READ MORE</button></a>
</div>
</div>
</div>
</section>
<section class="hero-wrapper">
<div class="jumbotron resilience">
<div class="container-fluid">
<img class="landing-image pull-right" src="{{home}}/img/resilience.svg" alt="Timeouts, Retries, Circuit Breakers">
<div class="section-content pull-left">
<h2>Resilience Across Languages and Platforms</h2>
<p>Increase reliability by shielding applications from flaky networks and cascading failures in adverse conditions.</p>
<a href="{{home}}/about"><button class="btn btn-istio btn-read-more">READ MORE</button></a>
</div>
</div>
</div>
</section>
<section class="hero-wrapper">
<div class="jumbotron policy">
<div class="container-fluid">
<img class="landing-image pull-left" src="{{home}}/img/policy.svg" alt="Policy Enforcement">
<div class="section-content pull-right">
<h2>Fleet-Wide Policy Enforcement</h2>
<p>Apply organizational policy to the interaction between services, ensure access policies are enforced and resources are fairly distributed among consumers.</p>
<a href="{{home}}/docs/concepts/policy-and-control/mixer.html"><button class="btn btn-istio btn-read-more">READ MORE</button></a>
</div>
</div>
</div>
</section>
<section class="hero-wrapper">
<div class="jumbotron reporting">
<div class="container-fluid">
<img class="landing-image pull-right" src="{{home}}/img/monitoring.svg" alt="Distributed tracing and telemetry">
<div class="section-content pull-left">
<h2>In-Depth Telemetry and Reporting</h2>
<p>Understand the dependencies between services, the nature and flow of traffic between them, and quickly identify issues with distributed tracing.</p>
<a href="{{home}}/docs/concepts/what-is-istio/overview.html"><button class="btn btn-istio btn-read-more">READ MORE</button></a>
</div>
</div>
</div>
</section>
<div id="doc-call" class="container-fluid doc-call-container ">
<div class="row doc-call-row">
<div class="col-md-10 nofloat center-block">
<div class="col-sm-9 text-center nofloat center-block">
<h2 class="doc-call-title">Want to learn more?</h2>
<p class="doc-call-text">Get started by learning Istio concepts and doing our BookInfo sample.</p>
<a href="{{home}}/docs"><button class="btn btn-istio">GET STARTED</button></a>
</div>
</div>
</div>
</div>