Skip to content

Commit 33f448f

Browse files
committed
1 parent 815d4a5 commit 33f448f

714 files changed

Lines changed: 13303 additions & 10968 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ <h1>找不到页面</h1>
746746
<h2>最新</h2>
747747
<ul>
748748

749+
<li><a href="/blog/istio-1-19-release/">Istio 1.19 发布——支持 Gateway API 并改进了 Ambient Mesh 部署模型</a></li>
750+
749751
<li><a href="/blog/gateway-api-release/">Gateway API v0.8.0: 引入服务网格支持</a></li>
750752

751753
<li><a href="/event/cloud-native-meetup-chengdu-12/">云原生社区 meetup 第 12 期成都站</a></li>
@@ -764,8 +766,6 @@ <h2>最新</h2>
764766

765767
<li><a href="/blog/kubernetes-gateway-api-explained/">Kubernetes Gateway API 深入解读和落地指南</a></li>
766768

767-
<li><a href="/blog/osm-deprecated/">OSM(Open Service Mesh)项目将停止更新,团队将协力 Istio 服务网格开发</a></li>
768-
769769
</ul>
770770

771771

author/istio/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,10 @@ <h3>
851851
<h3>最新</h3>
852852
<ul>
853853

854+
<li>
855+
<a href="/blog/istio-1-19-release/">Istio 1.19 发布——支持 Gateway API 并改进了 Ambient Mesh 部署模型</a>
856+
</li>
857+
854858
<li>
855859
<a href="/blog/istio-gateway-api-beta/">Istio 扩展对 Gateway API 的支持</a>
856860
</li>

author/istio/index.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,32 @@
1212
<link>https://cloudnative.to/author/istio/</link>
1313
</image>
1414

15+
<item>
16+
<title>Istio 1.19 发布——支持 Gateway API 并改进了 Ambient Mesh 部署模型</title>
17+
<link>https://cloudnative.to/blog/istio-1-19-release/</link>
18+
<pubDate>Wed, 06 Sep 2023 09:03:00 +0800</pubDate>
19+
<guid>https://cloudnative.to/blog/istio-1-19-release/</guid>
20+
<description>&lt;p&gt;本文译自:&lt;a href=&#34;https://istio.io/latest/news/releases/1.19.x/announcing-1.19/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://istio.io/latest/news/releases/1.19.x/announcing-1.19/&lt;/a&gt;&lt;/p&gt;
21+
&lt;p&gt;Istio 1.19 发布了,支持 Kubernetes Gateway API,并改进了 Ambient Mesh 部署模型。本次发布还包括安全配置增强和虚拟机和多集群体验的简化。欢迎提供升级过程中的反馈。&lt;/p&gt;
22+
&lt;hr&gt;
23+
&lt;p&gt;我们很高兴地宣布 Istio 1.19 的发布。这是 2023 年的第三个 Istio 发布版本。我们要感谢整个 Istio 社区帮助发布 1.19.0 版本。我们要感谢这个版本的发布经理,&lt;code&gt;Microsoft&lt;/code&gt;&lt;code&gt;Kalya Subramanian&lt;/code&gt;&lt;code&gt;DaoCloud&lt;/code&gt;&lt;code&gt;Xiaopeng Han&lt;/code&gt;,以及 &lt;code&gt;Google&lt;/code&gt;&lt;code&gt;Aryan Gupta&lt;/code&gt;。发布经理们要特别感谢测试和发布工作组负责人 Eric Van Norman (IBM) 在整个发布周期中的帮助和指导。我们还要感谢 Istio 工作组的维护者和更广泛的 Istio 社区,在发布过程中及时提供反馈、审查、社区测试以及为确保及时发布的所有支持。&lt;/p&gt;
24+
&lt;p&gt;Istio 官方支持 Kubernetes 版本 &lt;code&gt;1.25&lt;/code&gt;&lt;code&gt;1.28&lt;/code&gt;&lt;/p&gt;
25+
&lt;h2 id=&#34;新功能&#34;&gt;新功能&lt;/h2&gt;
26+
&lt;h3 id=&#34;gateway-api&#34;&gt;Gateway API&lt;/h3&gt;
27+
&lt;p&gt;Kubernetes &lt;a href=&#34;http://gateway-api.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Gateway API&lt;/a&gt; 是一个旨在将一组丰富的服务网络 API(类似于 Istio VirtualService 和 Gateway)引入 Kubernetes 的倡议。&lt;/p&gt;
28+
&lt;p&gt;在此版本中,与 Gateway API v0.8.0 版本一起,正式添加了 &lt;a href=&#34;https://gateway-api.sigs.k8s.io/blog/2023/0829-mesh-support/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;service mesh 支持&lt;/a&gt;!这是 Kubernetes 生态系统中广泛社区努力的结果,并具有多个符合实现(包括 Istio)。&lt;/p&gt;
29+
&lt;p&gt;查看 &lt;a href=&#34;https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/#mesh-traffic&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;mesh 文档&lt;/a&gt; 开始使用。与任何实验性功能一样,非常感谢您的反馈。&lt;/p&gt;
30+
&lt;p&gt;除了网格流量之外,使用该 API 进行入口流量的用法 &lt;a href=&#34;https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/#configuring-a-gateway&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;已经进入 beta 版&lt;/a&gt;,并且将很快成为 GA。&lt;/p&gt;
31+
&lt;h3 id=&#34;ambient-mesh&#34;&gt;Ambient Mesh&lt;/h3&gt;
32+
&lt;p&gt;在此版本周期中,团队一直在努力改进 &lt;a href=&#34;https://istio.io/latest/docs/ops/ambient/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Ambient Mesh&lt;/a&gt;,这是一种新的 Istio 部署模型,可替代以前的 sidecar 模型。如果您还没有听说过 Ambient Mesh,请查看 &lt;a href=&#34;https://istio.io/latest/blog/2022/introducing-ambient-mesh/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;介绍博客文章&lt;/a&gt;&lt;/p&gt;
33+
&lt;p&gt;在此版本中,已添加了对 &lt;code&gt;ServiceEntry&lt;/code&gt;&lt;code&gt;WorkloadEntry&lt;/code&gt;&lt;code&gt;PeerAuthentication&lt;/code&gt; 和 DNS 代理的支持。此外,还进行了一些错误修复和可靠性改进。&lt;/p&gt;
34+
&lt;p&gt;请注意,本次发布中,Ambient Mesh 仍处于 alpha 特性阶段。您的反馈对推动 Ambient Mesh 走向 Beta 至关重要,请尝试并告诉我们您的想法!&lt;/p&gt;
35+
&lt;h3 id=&#34;其他改进&#34;&gt;其他改进&lt;/h3&gt;
36+
&lt;p&gt;为了进一步简化 &lt;code&gt;Virtual Machine&lt;/code&gt;&lt;code&gt;Multicluster&lt;/code&gt; 的体验,现在在 &lt;code&gt;WorkloadEntry&lt;/code&gt; 资源中,地址字段是可选的。&lt;/p&gt;
37+
&lt;p&gt;我们还增强了安全配置。例如,您可以为 Istio 入口网关的 TLS 设置配置 &lt;code&gt;OPTIONAL_MUTUAL&lt;/code&gt;,这允许可选使用和验证客户端证书。此外,您还可以通过 &lt;code&gt;MeshConfig&lt;/code&gt; 配置您喜欢的用于非 Istio mTLS 流量的密码套件。&lt;/p&gt;
38+
</description>
39+
</item>
40+
1541
<item>
1642
<title>Istio 扩展对 Gateway API 的支持</title>
1743
<link>https://cloudnative.to/blog/istio-gateway-api-beta/</link>

blog/201905-servicemesh-development-trend/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
content="2019-05-28T07:15:43&#43;08:00"
327327
/>
328328

329-
<meta property="article:modified_time" content="2023-08-30T20:44:49&#43;08:00">
329+
<meta property="article:modified_time" content="2023-09-06T09:59:28&#43;08:00">
330330

331331

332332

@@ -355,7 +355,7 @@
355355
"headline": "Service Mesh 发展趋势:云原生中流砥柱",
356356

357357
"datePublished": "2019-05-28T07:15:43+08:00",
358-
"dateModified": "2023-08-30T20:44:49+08:00",
358+
"dateModified": "2023-09-06T09:59:28+08:00",
359359

360360
"author": {
361361
"@type": "Person",

blog/201909-build-full-micro-service-platform-by-spring-boot-with-kubernetes/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
content="2019-09-02T07:15:43&#43;08:00"
327327
/>
328328

329-
<meta property="article:modified_time" content="2023-08-30T20:44:49&#43;08:00">
329+
<meta property="article:modified_time" content="2023-09-06T09:59:28&#43;08:00">
330330

331331

332332

@@ -355,7 +355,7 @@
355355
"headline": "使用 spring boot+kubernetes 构建完整微服务平台",
356356

357357
"datePublished": "2019-09-02T07:15:43+08:00",
358-
"dateModified": "2023-08-30T20:44:49+08:00",
358+
"dateModified": "2023-09-06T09:59:28+08:00",
359359

360360
"author": {
361361
"@type": "Person",

blog/202002-network-service-mesh/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
content="2020-02-15T10:57:00&#43;08:00"
327327
/>
328328

329-
<meta property="article:modified_time" content="2023-08-30T20:44:49&#43;08:00">
329+
<meta property="article:modified_time" content="2023-09-06T09:59:28&#43;08:00">
330330

331331

332332

@@ -355,7 +355,7 @@
355355
"headline": "NFV 走向云原生时代:Network Service Mesh 项目介绍",
356356

357357
"datePublished": "2020-02-15T10:57:00+08:00",
358-
"dateModified": "2023-08-30T20:44:49+08:00",
358+
"dateModified": "2023-09-06T09:59:28+08:00",
359359

360360
"author": {
361361
"@type": "Person",

blog/202003-gitops-progressive-delivery-with-asm/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
content="2020-03-19T14:08:21&#43;08:00"
327327
/>
328328

329-
<meta property="article:modified_time" content="2023-08-30T20:44:49&#43;08:00">
329+
<meta property="article:modified_time" content="2023-09-06T09:59:28&#43;08:00">
330330

331331

332332

@@ -355,7 +355,7 @@
355355
"headline": "使用托管服务网格实现应用在多集群中的 GitOps 全自动化渐进式发布",
356356

357357
"datePublished": "2020-03-19T14:08:21+08:00",
358-
"dateModified": "2023-08-30T20:44:49+08:00",
358+
"dateModified": "2023-09-06T09:59:28+08:00",
359359

360360
"author": {
361361
"@type": "Person",

blog/202003-k8s-scheduling-framework/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
content="2020-03-16T07:16:13&#43;08:00"
327327
/>
328328

329-
<meta property="article:modified_time" content="2023-08-30T20:44:49&#43;08:00">
329+
<meta property="article:modified_time" content="2023-09-06T09:59:28&#43;08:00">
330330

331331

332332

@@ -355,7 +355,7 @@
355355
"headline": "浅谈 Kubernetes Scheduling-Framework 插件的实现",
356356

357357
"datePublished": "2020-03-16T07:16:13+08:00",
358-
"dateModified": "2023-08-30T20:44:49+08:00",
358+
"dateModified": "2023-09-06T09:59:28+08:00",
359359

360360
"author": {
361361
"@type": "Person",

blog/2021-tongchenglvxing-shared/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
content="2021-04-09T02:40:00&#43;08:00"
327327
/>
328328

329-
<meta property="article:modified_time" content="2023-08-30T20:44:49&#43;08:00">
329+
<meta property="article:modified_time" content="2023-09-06T09:59:28&#43;08:00">
330330

331331

332332

@@ -355,7 +355,7 @@
355355
"headline": "同程旅行大数据集群在 Kubernetes 上的服务化实践",
356356

357357
"datePublished": "2021-04-09T02:40:00+08:00",
358-
"dateModified": "2023-08-30T20:44:49+08:00",
358+
"dateModified": "2023-09-06T09:59:28+08:00",
359359

360360
"author": {
361361
"@type": "Person",

blog/2022-service-mesh-summit-apache-apisix-mesh/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
content="2022-10-18T09:00:42&#43;08:00"
327327
/>
328328

329-
<meta property="article:modified_time" content="2023-08-30T20:44:49&#43;08:00">
329+
<meta property="article:modified_time" content="2023-09-06T09:59:28&#43;08:00">
330330

331331

332332

@@ -355,7 +355,7 @@
355355
"headline": "Apache APISIX 借助服务网格实现统一技术栈的全流量管理",
356356

357357
"datePublished": "2022-10-18T09:00:42+08:00",
358-
"dateModified": "2023-08-30T20:44:49+08:00",
358+
"dateModified": "2023-09-06T09:59:28+08:00",
359359

360360
"author": {
361361
"@type": "Person",

0 commit comments

Comments
 (0)