Skip to content

Commit 916c0e0

Browse files
committed
1 parent 989daae commit 916c0e0

File tree

777 files changed

+3449
-3711
lines changed

Some content is hidden

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

777 files changed

+3449
-3711
lines changed

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,10 +756,10 @@ <h1>找不到页面</h1>
756756
<h2>最新</h2>
757757
<ul>
758758

759-
<li><a href="/blog/skywalking-10-release/">SkyWalking 10 发布:服务层次结构、基于 eBPF 的 Kubernetes 网络监控、BanyanDB 等</a></li>
760-
761759
<li><a href="/blog/istiod-architecture/">Istiod 架构详解</a></li>
762760

761+
<li><a href="/blog/skywalking-10-release/">SkyWalking 10 发布:服务层次结构、基于 eBPF 的 Kubernetes 网络监控、BanyanDB 等</a></li>
762+
763763
<li><a href="/blog/securing-services-meshes-easier-with-kyverno/">使用 Kyverno 更轻松地保护服务网格</a></li>
764764

765765
<li><a href="/blog/kubernetes-networking-by-using-cilium-beginner-level/">解密 Kubernetes 网络:跟随数据包的奇妙旅程</a></li>

author/berk-gokden/index.xml

Lines changed: 368 additions & 2 deletions
Large diffs are not rendered by default.

author/dariusz-jedrzejczyk/index.xml

Lines changed: 109 additions & 5 deletions
Large diffs are not rendered by default.

author/istio/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<item>
1616
<title>Istiod 架构详解</title>
1717
<link>https://cloudnative.to/blog/istiod-architecture/</link>
18-
<pubDate>Tue, 14 May 2024 11:00:00 +0800</pubDate>
18+
<pubDate>Fri, 14 Jun 2024 11:00:00 +0800</pubDate>
1919
<guid>https://cloudnative.to/blog/istiod-architecture/</guid>
2020
<description>&lt;p&gt;本文档描述了 Istio 控制平面——Istiod 的高层架构。Istiod 是一个模块化的单体应用,涵盖了从证书签名、代理配置(XDS)、传统的 Kubernetes 控制器等多种功能。&lt;/p&gt;
2121
&lt;h2 id=&#34;proxy-configuration&#34;&gt;代理配置&lt;/h2&gt;

author/mayo-cream/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5986,7 +5986,7 @@ Istiod 将充当注册机构(RA)角色,负责对工作负载进行身份
59865986
&lt;p&gt;插件只在调用阶段进行判断,是否关联当前 Route、Service、和 Consumer,有则从数据库读取插件关联的配置项(插件 Entity),并使用 &lt;code&gt;kong.core_cache&lt;/code&gt; 进行缓存。&lt;/p&gt;
59875987
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-lua&#34; data-lang=&#34;lua&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kd&#34;&gt;local&lt;/span&gt; &lt;span class=&#34;kr&#34;&gt;function&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;load_configuration_through_combos&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ctx&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;combos&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;plugin&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
59885988
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;kd&#34;&gt;local&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;plugin_configuration&lt;/span&gt;
5989-
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;kd&#34;&gt;local&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;name&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;plugin.name&lt;/span&gt;
5989+
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;kd&#34;&gt;local&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;name&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;err&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;plugin.name&lt;/span&gt;
59905990
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
59915991
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;kd&#34;&gt;local&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;route&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;ctx.route&lt;/span&gt;
59925992
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;kd&#34;&gt;local&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;service&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;ctx.service&lt;/span&gt;

author/哗啦啦-mesh-团队/index.xml

Lines changed: 5 additions & 737 deletions
Large diffs are not rendered by default.

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

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

325-
<meta property="article:modified_time" content="2024-06-14T16:16:36&#43;08:00">
325+
<meta property="article:modified_time" content="2024-06-14T16:21:35&#43;08:00">
326326

327327

328328

@@ -351,7 +351,7 @@
351351
"headline": "Service Mesh 发展趋势:云原生中流砥柱",
352352

353353
"datePublished": "2019-05-28T07:15:43+08:00",
354-
"dateModified": "2024-06-14T16:16:36+08:00",
354+
"dateModified": "2024-06-14T16:21:35+08:00",
355355

356356
"author": {
357357
"@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
@@ -322,7 +322,7 @@
322322
content="2019-09-02T07:15:43&#43;08:00"
323323
/>
324324

325-
<meta property="article:modified_time" content="2024-06-14T16:16:36&#43;08:00">
325+
<meta property="article:modified_time" content="2024-06-14T16:21:35&#43;08:00">
326326

327327

328328

@@ -351,7 +351,7 @@
351351
"headline": "使用 spring boot+kubernetes 构建完整微服务平台",
352352

353353
"datePublished": "2019-09-02T07:15:43+08:00",
354-
"dateModified": "2024-06-14T16:16:36+08:00",
354+
"dateModified": "2024-06-14T16:21:35+08:00",
355355

356356
"author": {
357357
"@type": "Person",

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

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

325-
<meta property="article:modified_time" content="2024-06-14T16:16:36&#43;08:00">
325+
<meta property="article:modified_time" content="2024-06-14T16:21:35&#43;08:00">
326326

327327

328328

@@ -351,7 +351,7 @@
351351
"headline": "NFV 走向云原生时代:Network Service Mesh 项目介绍",
352352

353353
"datePublished": "2020-02-15T10:57:00+08:00",
354-
"dateModified": "2024-06-14T16:16:36+08:00",
354+
"dateModified": "2024-06-14T16:21:35+08:00",
355355

356356
"author": {
357357
"@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
@@ -322,7 +322,7 @@
322322
content="2020-03-19T14:08:21&#43;08:00"
323323
/>
324324

325-
<meta property="article:modified_time" content="2024-06-14T16:16:36&#43;08:00">
325+
<meta property="article:modified_time" content="2024-06-14T16:21:35&#43;08:00">
326326

327327

328328

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

353353
"datePublished": "2020-03-19T14:08:21+08:00",
354-
"dateModified": "2024-06-14T16:16:36+08:00",
354+
"dateModified": "2024-06-14T16:21:35+08:00",
355355

356356
"author": {
357357
"@type": "Person",

0 commit comments

Comments
 (0)