istio.io/content/zh/_index.html

135 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.

<!-- 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="/zh/about/service-mesh/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">
对 Istio 的技术支持和实现来自一系列领先的供应商和顾问公司所组成的生态体系。
您可以自己安装和管理 Istio也可以使用 Kubernetes 或云服务商提供的一键安装功能。
另一种选择是寻找一个供应商基于 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://www.f5.com/products/aspen-service-mesh" logo="/logos/f5.svg" alt="F5" >}}
</div>
<div class="cta-container">
<a class="btn" href="/zh/about/ecosystem#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>Istio 是云原生计算基金会CNCF毕业的项目。</p>
</figcaption>
</figure>
</div>
</section>
</main>