mirror of https://github.com/istio/istio.io.git
				
				
				
			
		
			
				
	
	
		
			81 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			81 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
---
 | 
						|
layout: landing
 | 
						|
title: Istio
 | 
						|
---
 | 
						|
{% include home.html %}
 | 
						|
 | 
						|
<div class="nav-hero-container">
 | 
						|
    <div class="hero">
 | 
						|
        <div class="container">
 | 
						|
            <h1 class="hero-lead">An open platform to connect, manage, and secure microservices</h1>
 | 
						|
        </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">
 | 
						|
                <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>
 | 
						|
    </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">
 | 
						|
                <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">
 | 
						|
                <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">
 | 
						|
                <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>
 | 
						|
        </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>
 |