|
1 |
| ---- |
2 |
| -layout: landing |
3 |
| -title: istio.io |
4 |
| ---- |
5 |
| -<div id="landing-content" class="container landing-content-container"> |
6 |
| - <div class="row" style="width:50%;text-align:center;margin:auto"> |
7 |
| - <br/> |
8 |
| - <p style="font-size:large">Welcome,</p> |
9 |
| - <br/> |
10 |
| - <p style="font-size:large"> |
11 |
| - We're happy you're here, but we want to point out that |
12 |
| - we're not quite ready for you just yet. We're still |
13 |
| - getting this site ready for public consumption. You can |
14 |
| - look around, but please forgive the mess and missing |
15 |
| - bits. |
16 |
| - </p> |
17 |
| - <br/> |
18 |
| - <p style="font-size:large">- The Istio Team</p> |
19 |
| - <br/> |
20 |
| - </div> |
21 |
| - |
22 |
| - <div class="row" > |
23 |
| - <div class="col-md-11 nofloat center-block landing-row"> |
24 |
| - <h3 class="col-sm-7 landing-row-title">Rich Layer-7 Routing & Traffic Management</h3> |
25 |
| - <p class="col-sm-7">Control the flow of traffic and API calls between services using dynamic route configuration.</p> |
26 |
| - <div class="col-sm-7"> |
27 |
| - <a href="{{ site.baseurl }}/docs/concepts/architecture.html"><button class="btn btn-grpc waves-effect waves-light btn-read-more">READ MORE</button></a> |
28 |
| - </div> |
29 |
| - <img class="col-sm-5 nofloat landing-image" src="{{ site.baseurl }}/img/routing.svg" alt="Microservices"> |
30 |
| - </div> |
31 |
| - </div> |
32 |
| - |
33 |
| - <div class="row" > |
34 |
| - <div class="col-md-11 nofloat center-block landing-row"> |
35 |
| - <img class="col-sm-5 landing-image" src="{{ site.baseurl }}/img/resilience.svg" alt="Mobile"> |
36 |
| - <h3 class="col-sm-7 landing-row-title">Resilience across languages and platforms</h3> |
37 |
| - <p class="col-sm-7">Increase reliability by shielding applications from flaky networks and cascading failures in adverse conditions.</p> |
38 |
| - <div class="col-sm-7"> |
39 |
| - <a href="{{ site.baseurl }}/about#osp"><button class="btn btn-grpc waves-effect waves-light btn-read-more">READ MORE</button></a> |
40 |
| - </div> |
41 |
| - </div> |
42 |
| - </div> |
43 |
| - |
44 |
| - <div class="row" > |
45 |
| - <div class="col-md-11 nofloat center-block landing-row"> |
46 |
| - <h3 class="col-sm-7 landing-row-title">A Policy Driven Control Plane</h3> |
47 |
| - <p class="col-sm-7">Apply organizational policy to the interaction between services, ensure access policies are enforced and resources are fairly distributed among consumers.</p> |
48 |
| - <div class="col-sm-7"> |
49 |
| - <a href="{{ site.baseurl }}/docs/concepts/mixer.html"><button class="btn btn-grpc waves-effect waves-light btn-read-more">READ MORE</button></a> |
50 |
| - </div> |
51 |
| - <img class="col-sm-5 nofloat landing-image-small" src="{{ site.baseurl }}/img/policy.svg" alt="Web"> |
52 |
| - </div> |
53 |
| - </div> |
54 |
| - |
55 |
| - <div class="row" > |
56 |
| - <div class="col-md-11 nofloat center-block landing-row"> |
57 |
| - <img class="col-sm-5 landing-image-small" src="{{ site.baseurl }}/img/monitoring.svg" alt="In-depth Monitoring of APIs"> |
58 |
| - <h3 class="col-sm-7 landing-row-title">In-depth Telemetry and Reporting</h3> |
59 |
| - <p class="col-sm-7">Understand the dependencies between services, the nature and flow of traffic between them and quickly identify issues with distributed tracing.</p> |
60 |
| - <div class="col-sm-7 col-sm-offset-5 col-sm-offset-0"> |
61 |
| - <a href="{{ site.baseurl }}/docs/concepts/architecture.html"><button class="btn btn-grpc waves-effect waves-light btn-read-more">READ MORE</button></a> |
62 |
| - </div> |
63 |
| - </div> |
64 |
| - </div> |
65 |
| - |
66 |
| - <button class="btn btn-floating waves-effect down-caret down-caret" data-target="doc-call"><div class="icon-caret"></div></button> |
67 |
| -</div> |
| 1 | +<html> |
| 2 | +<title>Istio</title> |
| 3 | +<body> |
| 4 | +<p> |
| 5 | +Sshhhh, the Istio service mesh is still under wraps. Don't tell anyone! |
| 6 | +</p> |
| 7 | +<p> |
| 8 | +Come to <a href="http://gluecon.com/">GlueCon</a> on May 25th to learn all about Istio! |
| 9 | +</p> |
| 10 | +</body> |
| 11 | +</html> |
0 commit comments