mirror of https://github.com/istio/istio.io.git
68 lines
3.6 KiB
HTML
68 lines
3.6 KiB
HTML
---
|
|
layout: landing
|
|
title: istio.io
|
|
---
|
|
<div id="landing-content" class="container landing-content-container">
|
|
<div class="row" style="width:50%;text-align:center;margin:auto">
|
|
<br/>
|
|
<p style="font-size:large">Welcome,</p>
|
|
<br/>
|
|
<p style="font-size:large">
|
|
We're happy you're here, but we want to point out that
|
|
we're not quite ready for you just yet. We're still
|
|
getting this site ready for public consumption. You can
|
|
look around, but please forgive the mess and missing
|
|
bits.
|
|
</p>
|
|
<br/>
|
|
<p style="font-size:large">- The Istio Team</p>
|
|
<br/>
|
|
</div>
|
|
|
|
<div class="row" >
|
|
<div class="col-md-11 nofloat center-block landing-row">
|
|
<h3 class="col-sm-7 landing-row-title">Rich Layer-7 Routing & Traffic Management</h3>
|
|
<p class="col-sm-7">Control the flow of traffic and API calls between services using dynamic route configuration.</p>
|
|
<div class="col-sm-7">
|
|
<a href="{{ site.baseurl }}/docs/concepts/architecture.html"><button class="btn btn-grpc waves-effect waves-light btn-read-more">READ MORE</button></a>
|
|
</div>
|
|
<img class="col-sm-5 nofloat landing-image" src="{{ site.baseurl }}/img/routing.svg" alt="Microservices">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row" >
|
|
<div class="col-md-11 nofloat center-block landing-row">
|
|
<img class="col-sm-5 landing-image" src="{{ site.baseurl }}/img/resilience.svg" alt="Mobile">
|
|
<h3 class="col-sm-7 landing-row-title">Resilience across languages and platforms</h3>
|
|
<p class="col-sm-7">Increase reliability by shielding applications from flaky networks and cascading failures in adverse conditions.</p>
|
|
<div class="col-sm-7">
|
|
<a href="{{ site.baseurl }}/about#osp"><button class="btn btn-grpc waves-effect waves-light btn-read-more">READ MORE</button></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row" >
|
|
<div class="col-md-11 nofloat center-block landing-row">
|
|
<h3 class="col-sm-7 landing-row-title">A Policy Driven Control Plane</h3>
|
|
<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>
|
|
<div class="col-sm-7">
|
|
<a href="{{ site.baseurl }}/docs/concepts/mixer.html"><button class="btn btn-grpc waves-effect waves-light btn-read-more">READ MORE</button></a>
|
|
</div>
|
|
<img class="col-sm-5 nofloat landing-image-small" src="{{ site.baseurl }}/img/policy.svg" alt="Web">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row" >
|
|
<div class="col-md-11 nofloat center-block landing-row">
|
|
<img class="col-sm-5 landing-image-small" src="{{ site.baseurl }}/img/monitoring.svg" alt="In-depth Monitoring of APIs">
|
|
<h3 class="col-sm-7 landing-row-title">In-depth Telemetry and Reporting</h3>
|
|
<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>
|
|
<div class="col-sm-7 col-sm-offset-5 col-sm-offset-0">
|
|
<a href="{{ site.baseurl }}/docs/concepts/architecture.html"><button class="btn btn-grpc waves-effect waves-light btn-read-more">READ MORE</button></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<button class="btn btn-floating waves-effect down-caret down-caret" data-target="doc-call"><div class="icon-caret"></div></button>
|
|
</div>
|