istio.io/content/zh/_index.html

122 lines
5.3 KiB
HTML
Raw Permalink 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.

<!-- TODO: Replace placeholders -->
---
title: Istio
description: 用于可观测性、深度安全性和加速管理部署周期的服务网格。
---
<!-- 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">
通过领先的服务网格简化可观测性,流量管理,安全及策略。
</h1>
</section>
<section id="landing-panels" class="container">
<div class="panels">
{{< content_panel type="dark" title="what_is_istio" text="了解服务网格如何帮助解决分布式架构中的许多常见挑战。" button="learn_more" url="/zh/about/service-mesh" >}}
{{< content_panel type="dark" title="solutions" text="学习如何使用 Istio 构建安全、可靠和可扩展的应用程序。" button="learn_more" url="/zh/about/solutions" >}}
{{< content_panel type="dark" title="deployment" text="您需要部署和利用 Istio 以满足您的独特需求。" button="learn_more" url="/zh/about/deployment" >}}
</div>
</section>
<section id="service-mesh" class="container">
<h1>Istio 服务网格</h1>
<p class="subtitle">
Istio 使用功能强大的 Envoy 服务代理扩展了 Kubernetes以建立一个可编程的、可感知的应用程序网络。Istio 与 Kubernetes
和传统工作负载一起使用,为复杂的部署带来了标准的通用流量管理、遥测和安全性。
</p>
<div class="service-mesh-graph">
<img src="/img/service-mesh.svg" alt="service-mesh" />
</div>
<div class="cta-container">
<a href="/zh/about/service-mesh" class="btn">学习更多</a>
</div>
</section>
<section id="concepts" class="container">
<h1>概念</h1>
<div class="panels">
{{< content_panel type="transparent" title="traffic_management" text="部署服务间路由,故障恢复和负载平衡等功能。" image="management.svg" >}}
{{< content_panel type="transparent" title="observability" text="提供流量和服务性能的端到端视图。" image="observability.svg" >}}
{{< content_panel type="transparent" title="security" text="跨服务进行加密,基于角色的访问和身份验证。" image="security.svg" >}}
</div>
<div class="cta-container">
<a href="/zh/about/service-mesh#concepts" class="btn">学习更多</a>
</div>
</section>
<section id="solutions" class="container">
<h1>解决方案</h1>
<p class="subtitle">
从初创公司到企业,云原生到私有云,各种规模的组织和任务都部署 Istio 来解决眼前的问题。有了 Istio他们可以在他们的服务网络上建立额外的功能。从可塑性到可靠性Istio 都给出了答案。了解一些 Istio
的关键用例。
</p>
{{< solutions_carousel >}}
</section>
<section id="case-studies" class="container">
<h1>案例探究</h1>
{{< case_studies_carousel >}}
<div class="cta-container">
<a class="btn" href="/zh/about/case-studies">前往案例探究</a>
</div>
</section>
<section id="providers" class="container">
<h1>Istio 供应商</h1>
<p class="subtitle">
无论您是通过托管的 Kubernetes 服务获得 Istio还是采用由 Istio 提供支持的产品还是自行安装产品Istio 都具有强大的生态系统,可让您以适合自己的方式部署和利用 Istio 功能。
</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.svg" 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="/zh/about/ecosystem#providers">查看所有供应商</a>
</div>
</section>
</main>