Skip to content

Commit 3b6c65c

Browse files
authored
[zh] Sync #16426 introduce an interstitial for selecting install mode into Chinese (#16514)
* Sync #16426 introduce an interstitial for selecting install mode into Chinese * fix owner * fix lint
1 parent 93b3f47 commit 3b6c65c

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

content/zh/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1 id="title">
4040
<div class="panels">
4141
{{< content_panel type="dark" title="latest_news" text="快速、安全且简单:Istio 的 Ambient 模式在 v1.24 中正式推出。" button="read_more" url="/zh/blog/2024/ambient-reaches-ga/" >}}
4242
{{< content_panel type="dark" title="join_the_community" text="与超过 10,000 名使用、测试和创新 Istio 的同行建立联系。" button="connect_with_us" url="/zh/get-involved" >}}
43-
{{< content_panel type="dark" title="get_started" text="立即试用 Istio。只需四步即可快速评估项目。" button="learn_more" url="/zh/docs/setup/getting-started" >}}
43+
{{< content_panel type="dark" title="get_started" text="立即试用 Istio。只需四步即可快速评估项目。" button="learn_more" url="/zh/docs/overview/quickstart" >}}
4444
</div>
4545
</section>
4646

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: "快速入门"
3+
description: 了解如何通过简单的示例安装开始。
4+
weight: 50
5+
keywords: [introduction]
6+
owner: istio/wg-docs-maintainers-chinese
7+
skip_seealso: true
8+
test: n/a
9+
---
10+
11+
感谢您对 Istio 的关注!
12+
13+
Istio 有两种主要模式:**Ambient 模式****Sidecar 模式**
14+
15+
* [Ambient 模式](/zh/docs/overview/dataplane-modes/#ambient-mode)是一种全新改进的模型,
16+
旨在弥补 Sidecar 模式的不足。在 Ambient 模式下,每个节点都会安装一个安全隧道,
17+
您可以选择安装代理(通常按命名空间安装)来启用其全部功能。
18+
* [Sidecar 模式](/zh/docs/overview/dataplane-modes/#sidecar-mode)
19+
Istio 于 2017 年首创的传统服务网格模型。在 Sidecar 模式下,
20+
代理会与每个 Kubernetes Pod 或其他工作负载一起部署。
21+
22+
Istio 社区的大部分精力都投入到了 Ambient 模式的改进上,
23+
尽管 Sidecar 模式仍然得到全面支持。任何贡献给项目的主要新功能都有望在两种模式下运行。
24+
25+
一般来说,**我们建议新用户从 Ambient 模式开始**。它速度更快、
26+
成本更低,而且更易于管理。有些[高级用例](/zh/docs/overview/dataplane-modes/#unsupported-features)仍然需要使用 Sidecar 模式,
27+
但弥补这些不足是我们 2025 年路线图上的目标。
28+
29+
<div style="text-align: center;">
30+
<div style="display: inline-block;">
31+
<a href="/zh/docs/ambient/getting-started"
32+
style="display: inline-block; min-width: 18em; margin: 0.5em;"
33+
class="btn btn--secondary"
34+
id="get-started-ambient">开始使用 Ambient 模式</a>
35+
<a href="/zh/docs/setup/getting-started"
36+
style="display: inline-block; min-width: 18em; margin: 0.5em;"
37+
class="btn btn--secondary"
38+
id="get-started-sidecar">开始使用 Sidecar 模式</a>
39+
</div>
40+
</div>

0 commit comments

Comments
 (0)