istio.io/content/en/_index.html

130 lines
5.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Istio
description: A service mesh for observability, security in depth, and management that speeds deployment cycles.
---
<!-- these script blocks are only for the primary English home page -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "https://istio.io",
"logo": "https://istio.io/img/logo.png",
"sameAs": [
"https://twitter.com/IstioMesh",
"https://discuss.istio.io/"
]
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://istio.io/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://istio.io/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<main class="landing">
<section id="banner">
<h1 id="hero-text">
Simplify observability, traffic management, security, and policy with the leading service mesh.
</h1>
</section>
<section id="landing-panels" class="container">
<div class="panels">
{{< content_panel type="dark" title="what_is_istio" text="Discover how a service mesh helps with many common challenges of a distributed architecture." button="learn_more" url="/about/service-mesh" >}}
{{< content_panel type="dark" title="solutions" text="Learn how to build secure, reliable and scalable applications with Istio." button="learn_more" url="/about/solutions" >}}
{{< content_panel type="dark" title="deployment" text="Get what you need to deploy and utilize Istio for your unique needs." button="learn_more" url="/about/deployment" >}}
</div>
</section>
<section id="service-mesh" class="container">
<h1>The Istio service mesh</h1>
<p class="subtitle">
Istio extends Kubernetes to establish a programmable, application-aware network using the powerful Envoy service proxy. Working with both Kubernetes and traditional workloads, Istio brings standard, universal traffic management, telemetry, and security to complex deployments.
</p>
<div class="service-mesh-graph">
<img src="/img/service-mesh.svg" alt="service-mesh"/>
</div>
<div class="cta-container">
<a href="/about/service-mesh" class="btn">Learn more</a>
</div>
</section>
<section id="concepts" class="container">
<h1>Concepts</h1>
<div class="panels">
{{< content_panel type="transparent" title="traffic_management" text="Deploy capabilities like inter-service routing, failure recovery and load balancing." image="management.svg" >}}
{{< content_panel type="transparent" title="observability" text="Provide an end-to-end view of traffic flow and service performance." image="observability.svg" >}}
{{< content_panel type="transparent" title="security" text="Engage encryption, role-based access, and authentication across services." image="security.svg" >}}
</div>
<div class="cta-container">
<a href="/about/service-mesh#concepts" class="btn">Learn more</a>
</div>
</section>
<section id="solutions" class="container">
<h1>Solutions</h1>
<p class="subtitle">
From start-up to enterprise, cloud native to on-premises, organizations of all shapes, sizes, and missions deploy Istio to solve immediate problems. With Istio in place, they can build out additional capabilities on their service mesh. From compliance to reliability, Istio has the answer. Learn about some of Istios key use cases.
</p>
{{< solutions_carousel >}}
</section>
<section id="case-studies" class="container">
<h1>Case studies</h1>
{{< case_studies_carousel >}}
<div class="cta-container">
<a class="btn" href="/about/case-studies">Go to case studies</a>
</div>
</section>
<section id="providers" class="container">
<h1>Istio Providers</h1>
<p class="subtitle">
Istio is supported and implemented by an ecosystem of leading providers and consultants. You can install and manage Istio yourself or use a one-click install feature of your Kubernetes or cloud provider. Another option is to turn to a provider for a fully managed service mesh based on Istio. Choose the way that works for you.
</p>
<div class="companies-grid">
{{< company_logo link="https://cloud.google.com/" logo="./logos/google-cloud.png" alt="Google Cloud" >}}
{{< company_logo link="https://www.ibm.com/cloud" logo="./logos/ibm-cloud.svg" alt="IBM Cloud" >}}
{{< company_logo link="https://www.redhat.com/" logo="./logos/redhat.svg" alt="Red Hat" >}}
{{< company_logo link="https://www.vmware.com/" logo="./logos/vmware.svg" alt="VMware" >}}
{{< company_logo link="https://www.huawei.com/" logo="./logos/huawei.png" alt="Huawei" >}}
{{< company_logo link="https://www.tetrate.io/" logo="./logos/tetrate.png" alt="Tetrate" >}}
{{< company_logo link="https://www.solo.io/" logo="./logos/solo.png" alt="Solo.io" >}}
{{< company_logo link="https://aspenmesh.io/" logo="./logos/aspenmesh.svg" alt="Aspen Mesh" >}}
</div>
<div class="cta-container">
<a class="btn" href="/about/ecosystem#providers">See all providers</a>
</div>
</section>
<section id="cncf" class="container">
<div class="cncf-logo">
<figure>
<img src="/img/cncf-color.svg" alt="Cloud Native Computing Foundation logo"/>
<figcaption>
<p>We are a Cloud Native Computing Foundation project.</p>
</figcaption>
</figure>
</div>
</section>
</main>