mirror of https://github.com/istio/istio.io.git
Update blog links to point to istio.io (from preliminary) links after 1.18 release (#13370)
* Update blog link to point to istio.io links after 1.18 release * Need /zh on Chinese docs
This commit is contained in:
parent
c27d9681d0
commit
27e442e9c7
|
@ -7,7 +7,7 @@ keywords: [ambient,demo,guide]
|
|||
---
|
||||
|
||||
{{< warning >}}
|
||||
Refer to the latest [getting started with ambient mesh doc](http://preliminary.istio.io/latest/docs/ops/ambient/getting-started/) for updated instructions.
|
||||
Refer to the latest [getting started with ambient mesh doc](/docs/ops/ambient/getting-started/) for updated instructions.
|
||||
{{< /warning >}}
|
||||
|
||||
Ambient mesh is [a new data plane mode for Istio introduced today](/blog/2022/introducing-ambient-mesh/). Following this getting started guide, you can experience how ambient mesh can simplify your application onboarding, help with ongoing operations, and reduce service mesh infrastructure resource usage.
|
||||
|
|
|
@ -195,4 +195,4 @@ If you install Prometheus and Kiali, you can view these metrics easily from Kial
|
|||
|
||||
## Wrapping up
|
||||
|
||||
We are super excited that the new [Rust-based ztunnel](https://github.com/istio/ztunnel/) is drastically simplified, more lightweight and performant than the prior Envoy-based ztunnel. With the purposefully designed workload xDS for the Rust-based ztunnel, you’ll not only be able to understand the xDS configuration much more easily, but also have drastically reduced network traffic and cost between the Istiod control plane and ztunnels. With Istio ambient now merged to upstream master, you can try the new Rust-based ztunnel by following our [getting started guide](http://preliminary.istio.io/latest/docs/ops/ambient/getting-started/).
|
||||
We are super excited that the new [Rust-based ztunnel](https://github.com/istio/ztunnel/) is drastically simplified, more lightweight and performant than the prior Envoy-based ztunnel. With the purposefully designed workload xDS for the Rust-based ztunnel, you’ll not only be able to understand the xDS configuration much more easily, but also have drastically reduced network traffic and cost between the Istiod control plane and ztunnels. With Istio ambient now merged to upstream master, you can try the new Rust-based ztunnel by following our [getting started guide](/docs/ops/ambient/getting-started/).
|
||||
|
|
|
@ -96,7 +96,7 @@ This is an area under active development in the community, where we design how t
|
|||
|
||||
## A deep-dive of waypoint configuration
|
||||
|
||||
Assuming you have followed the [ambient get started guide](http://preliminary.istio.io/latest/docs/ops/ambient/getting-started/) up to and including the [control traffic section](http://preliminary.istio.io/latest/docs/ops/ambient/getting-started/#control), you have deployed a waypoint proxy for the bookinfo-reviews service account to direct 90% traffic to reviews v1 and 10% traffic to reviews v2.
|
||||
Assuming you have followed the [ambient get started guide](/docs/ops/ambient/getting-started/) up to and including the [control traffic section](/docs/ops/ambient/getting-started/#control), you have deployed a waypoint proxy for the bookinfo-reviews service account to direct 90% traffic to reviews v1 and 10% traffic to reviews v2.
|
||||
|
||||
Use `istioctl` to retrieve the listeners for the `reviews` waypoint proxy:
|
||||
|
||||
|
@ -218,4 +218,4 @@ Note that you don’t get any endpoints related to any services other than revie
|
|||
|
||||
## Wrapping up
|
||||
|
||||
We are very excited about the waypoint simplification focusing on destination oriented waypoint proxies. This is another significant step towards simplifying Istio’s usability, scalability and debuggability which are top priorities on Istio’s roadmap. Follow our [getting started guide](http://preliminary.istio.io/latest/docs/ops/ambient/getting-started/) to try the ambient alpha build today and experience the simplified waypoint proxy!
|
||||
We are very excited about the waypoint simplification focusing on destination oriented waypoint proxies. This is another significant step towards simplifying Istio’s usability, scalability and debuggability which are top priorities on Istio’s roadmap. Follow our [getting started guide](/docs/ops/ambient/getting-started/) to try the ambient alpha build today and experience the simplified waypoint proxy!
|
||||
|
|
|
@ -29,7 +29,7 @@ Ambient 网格的最终目标是对您的应用透明,我们所做的一些更
|
|||
|
||||
## 参与进来 {#get-involved}
|
||||
|
||||
参阅我们的[入门指南](http://preliminary.istio.io/latest/docs/ops/ambient/getting-started/),
|
||||
参阅我们的[入门指南](/zh/docs/ops/ambient/getting-started/),
|
||||
现在就可以尝鲜 Ambient 网格 Alpha 版本。我们很乐意听取您的意见!进一步了解 Ambient 网格:
|
||||
|
||||
- 在 Istio 的 [Slack](https://slack.istio.io) 中加入 #ambient 和 #ambient-dev 频道。
|
||||
|
|
|
@ -236,4 +236,4 @@ istio_tcp_connections_opened_total{
|
|||
我们超级兴奋的是新的[基于 Rust 的 Ztunnel](https://github.com/istio/Ztunnel/) 比之前基于 Envoy 的 Ztunnel 大大简化,
|
||||
更加轻巧,性能更强。通过为基于 Rust 的 Ztunnel 特意设计的工作负载 xDS,您不仅能更容易地理解 xDS 的配置,而且还能大幅减少
|
||||
Istiod 控制平面和 Ztunnel 之间的网络流量和成本。随着 Istio Ambient 模式现在合并到上游主站,
|
||||
您可以按照我们的[入门指南](http://preliminary.istio.io/latest/docs/ops/ambient/getting-started/)尝试新的基于 Rust 的 Ztunnel。
|
||||
您可以按照我们的[入门指南](/zh/docs/ops/ambient/getting-started/)尝试新的基于 Rust 的 Ztunnel。
|
||||
|
|
|
@ -101,7 +101,7 @@ Ambient 模式的设计围绕这样一个假设,即大多数配置最好由服
|
|||
|
||||
## 对 Waypoint 配置的深入研究{#a-deep-dive-of-waypoint-configuration}
|
||||
|
||||
假设您已遵循 [Ambient 入门指南](http://preliminary.istio.io/latest/docs/ops/ambient/getting-started/)直至并包括[控制流量部分](http://preliminary.istio.io/latest/docs/ops/ambient/getting-started/#control),您已经为 bookinfo-reviews 服务帐户部署了一个 Waypoint Proxy,以将 90% 的流量引导至 review v1,将 10% 的流量引导至 review v2。
|
||||
假设您已遵循 [Ambient 入门指南](/zh/docs/ops/ambient/getting-started/)直至并包括[控制流量部分](/zh/docs/ops/ambient/getting-started/#control),您已经为 bookinfo-reviews 服务帐户部署了一个 Waypoint Proxy,以将 90% 的流量引导至 review v1,将 10% 的流量引导至 review v2。
|
||||
|
||||
使用 `istioctl` 检索 `reviews` Waypoint Proxy 的侦听器:
|
||||
|
||||
|
@ -236,5 +236,5 @@ unix://./var/run/secrets/workload-spiffe-uds/socket HEALTHY OK sds-gr
|
|||
|
||||
我们对专注于面向目的地的 Waypoint Proxy 的 Waypoint 简化感到非常兴奋。
|
||||
这是朝着简化 Istio 的可用性、可扩展性和可调试性迈出的又一重要步骤,
|
||||
这些是 Istio 路线图上的重中之重。按照我们的[入门指南](http://preliminary.istio.io/latest/docs/ops/ambient/getting-started/)立即尝试 Ambient
|
||||
这些是 Istio 路线图上的重中之重。按照我们的[入门指南](/zh/docs/ops/ambient/getting-started/)立即尝试 Ambient
|
||||
alpha 构建并体验简化的 Waypoint Proxy!
|
||||
|
|
Loading…
Reference in New Issue