Landing page text update.

This commit is contained in:
Martin Taillefer 2017-05-11 14:23:53 -07:00
parent 853dd8b506
commit ab8ff6505e
1 changed files with 7 additions and 4 deletions

View File

@ -17,8 +17,11 @@ title: Istio
<div class="container-fluid">
<img class="landing-image pull-left" src="{{home}}/img/routing.svg" alt="Traffic Management">
<div class="section-content">
<h2>Rich Layer-7 Routing &amp; Traffic Management</h2>
<p>Control the flow of traffic and API calls between services using dynamic route configuration.</p>
<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/architecture.html"><button class="btn btn-istio btn-read-more">READ MORE</button></a>
</div>
</div>
@ -43,7 +46,7 @@ title: Istio
<div class="container-fluid">
<img class="landing-image pull-left" src="{{home}}/img/policy.svg" alt="Policy Enforcement">
<div class="section-content">
<h2>Fleet-wide Policy Enforcement</h2>
<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>
@ -56,7 +59,7 @@ title: Istio
<div class="container-fluid">
<img class="landing-image pull-right" src="{{home}}/img/monitoring.svg" alt="Distributed tracing and telemetry">
<div class="section-content">
<h2>In-depth Telemetry and Reporting</h2>
<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/architecture.html"><button class="btn btn-istio btn-read-more">READ MORE</button></a>
</div>