istio.io/content/zh/_index.html

119 lines
5.8 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="hero">
<h1 id="title">
服务网格。简化。
</h1>
<p class="subtitle">使用 Istio 轻松、安全、可靠地构建云原生工作负载,带或不带 Sidecar。</p>
</section>
<section id="landing-panels" class="container">
<div class="panels">
{{< content_panel type="dark" title="latest_news" text="Istio 在 1.22 版本中宣布发布 Ambient 模式的测试版。" button="read_more" url="/zh/blog/2024/ambient-reaches-beta/" >}}
{{< content_panel type="dark" title="join_the_community" text="与超过 10,000 名使用、测试和创新 Istio 的同行建立联系。" button="connect_with_us" url="/zh/get-involved" >}}
{{< content_panel type="dark" title="get_started" text="立即试用 Istio。只需四步即可快速评估项目。" button="learn_more" url="/zh/docs/setup/getting-started" >}}
</div>
</section>
<section id="service-mesh" class="container">
<h1>Istio 是什么?</h1>
<p>
Istio 扩展了 Kubernetes以建立可编程、应用程序感知的网络。Istio 可与 Kubernetes 和传统工作负载配合使用,为复杂的部署带来标准、通用的流量管理、可观测和安全性。
<br/><br/>
选择所需的功能Istio 会根据需要部署代理基础设施。使用零信任隧道实现四层性能和安全性,或添加强大的 Envoy 服务代理实现七层功能。
</p>
<div class="cta-container">
<a class="btn" href="/zh/about/service-mesh">了解更多</a>
</div>
</section>
<section id="case-studies" class="container">
<h1>值得信赖</h1>
{{< logo_carousel >}}
<div class="cta-container">
<a class="btn" href="/zh/about/case-studies">阅读我们的案例研究</a>
</div>
</section>
<section id="features" class="container">
<h1>功能</h1>
<div class="panels">
{{< content_panel type="transparent" title="security" text="简单实现服务到服务的安全性,包括 mTLS 身份验证、鉴权和加密。" button="learn_more" image="security.svg" url="/zh/docs/concepts/security/" >}}
{{< content_panel type="transparent" title="observability" text="通过深入了解应用程序来优化最佳实践,并确定提高性能的重点。" button="learn_more" image="observability.svg" url="/zh/docs/concepts/observability/" >}}
{{< content_panel type="transparent" title="traffic_management" text="一致地管理服务网络,无需任何额外的开发人员开销。" button="learn_more" image="management.svg" url="/zh/docs/concepts/traffic-management/" >}}
</div>
</section>
<section id="providers" class="container">
<h1>Istio 供应商</h1>
<p>
对 Istio 的技术支持和实现来自一系列领先的供应商和顾问公司所组成的生态体系。
您可以自己安装和管理 Istio也可以使用 Kubernetes 或云服务商提供的一键安装功能。
另一种选择是寻找一个供应商基于 Istio 构建完全托管的服务网格。总有一种方式适合您。
</p>
<div class="companies-grid">
{{< company_logo link="https://cloud.google.com/service-mesh" logo="/logos/google-cloud.png" alt="Google Cloud" >}}
{{< company_logo link="https://www.ibm.com/products/istio" logo="/logos/ibm-cloud.svg" alt="IBM Cloud" >}}
{{< company_logo link="https://www.redhat.com/en/technologies/cloud-computing/openshift/what-is-openshift-service-mesh" logo="/logos/redhat.svg" alt="Red Hat" >}}
{{< company_logo link="https://learn.microsoft.com/en-us/azure/aks/istio-about" logo="/logos/microsoft-azure.svg" alt="Microsoft Azure" >}}
{{< company_logo link="https://www.solo.io/products/gloo-mesh/" logo="/logos/solo.png" alt="Solo.io" >}}
{{< company_logo link="https://support.huaweicloud.com/asm/index.html/" logo="/logos/huawei.png" alt="Huawei" >}}
{{< company_logo link="https://tetrate.io/tetrate-service-bridge/" logo="/logos/tetrate.svg" alt="Tetrate" >}}
{{< company_logo link="https://tanzu.vmware.com/service-mesh" logo="/logos/vmware.svg" alt="VMware" >}}
</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>