-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathatom.xml
605 lines (287 loc) · 18.1 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>赵吉壮</title>
<icon>https://chumper.cn/icon.png</icon>
<subtitle>专注 k8s go docker</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="https://chumper.cn/"/>
<updated>2021-08-28T15:00:40.132Z</updated>
<id>https://chumper.cn/</id>
<author>
<name>zhaojizhuang</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>【理解 Cilium 系列文章】(二) 理解网络数据包的流转过程</title>
<link href="https://chumper.cn/2021/08/27/cilium02/"/>
<id>https://chumper.cn/2021/08/27/cilium02/</id>
<published>2021-08-27T11:16:18.000Z</published>
<updated>2021-08-28T15:00:40.132Z</updated>
<summary type="html">
<blockquote>
<p>Cilium 作为近两年最火的云原生网络方案,可谓是风头无两。作为第一个通过 ebpf 实现了 kube-proxy
</summary>
<category term="cilium" scheme="https://chumper.cn/categories/cilium/"/>
<category term="cilium" scheme="https://chumper.cn/tags/cilium/"/>
</entry>
<entry>
<title>【理解 Cilium 系列文章】(一) 初识 Cilium</title>
<link href="https://chumper.cn/2021/08/17/cilium01/"/>
<id>https://chumper.cn/2021/08/17/cilium01/</id>
<published>2021-08-17T12:16:18.000Z</published>
<updated>2021-08-28T14:54:32.132Z</updated>
<summary type="html">
<blockquote>
<p><code>Cilium</code> 作为近两年最火的云原生网络方案,可谓是风头无两。作为第一个通过 ebpf 实现了 <code>kube-proxy</code>
</summary>
<category term="cilium" scheme="https://chumper.cn/categories/cilium/"/>
<category term="cilium" scheme="https://chumper.cn/tags/cilium/"/>
</entry>
<entry>
<title>典型的 Serverless 架构是怎样的</title>
<link href="https://chumper.cn/2021/06/27/serverless_arch/"/>
<id>https://chumper.cn/2021/06/27/serverless_arch/</id>
<published>2021-06-27T11:16:18.000Z</published>
<updated>2021-08-28T15:27:51.456Z</updated>
<summary type="html">
<p>先看下 CNCF 2020 (2021年的还没出) Serverless 调查报告显示的数据,云计算厂商中的 Serverless 产品使用率中 AWS Lambda 占 57% ;开源 Serverless 平台平台使用率中 Knative 占 27% 。
</summary>
<category term="serverless" scheme="https://chumper.cn/categories/serverless/"/>
<category term="serverless" scheme="https://chumper.cn/tags/serverless/"/>
</entry>
<entry>
<title>如何利用 Google 开源工具 Ko 在 kubernetes 上构建并部署 Go 应用</title>
<link href="https://chumper.cn/2021/04/23/ko-dev/"/>
<id>https://chumper.cn/2021/04/23/ko-dev/</id>
<published>2021-04-23T06:10:18.000Z</published>
<updated>2021-04-23T14:49:17.867Z</updated>
<summary type="html">
<p><code>Ko</code> 是 <code>Google</code> 开源的一款用于构建并部署 <code>Go</code> 应用的工具。</p>
<p>这是一款简单、快速的 <code>Go</code> 应用镜像构建器。并与
</summary>
<category term="云原生" scheme="https://chumper.cn/categories/%E4%BA%91%E5%8E%9F%E7%94%9F/"/>
<category term="k8s" scheme="https://chumper.cn/tags/k8s/"/>
<category term="云原生" scheme="https://chumper.cn/tags/%E4%BA%91%E5%8E%9F%E7%94%9F/"/>
</entry>
<entry>
<title>【Knative系列】如何基于 Knative 开发自定义控制器</title>
<link href="https://chumper.cn/2021/04/21/write-controller/"/>
<id>https://chumper.cn/2021/04/21/write-controller/</id>
<published>2021-04-21T12:40:18.000Z</published>
<updated>2021-04-24T15:46:34.652Z</updated>
<summary type="html">
<h2 id="1-为什么要开发-自定义-controller?"><a href="#1-为什么要开发-自定义-controller?" class="headerlink" title="1. 为什么要开发 自定义 controller?"></a>1. 为什么要开发
</summary>
<category term="k8s" scheme="https://chumper.cn/categories/k8s/"/>
<category term="knative" scheme="https://chumper.cn/tags/knative/"/>
<category term="controller" scheme="https://chumper.cn/tags/controller/"/>
</entry>
<entry>
<title>【Knative系列】Knative Source 开发指南</title>
<link href="https://chumper.cn/2021/01/25/write-eventsource/"/>
<id>https://chumper.cn/2021/01/25/write-eventsource/</id>
<published>2021-01-25T15:40:18.000Z</published>
<updated>2021-02-26T02:21:55.191Z</updated>
<summary type="html">
<h3 id="准备:"><a href="#准备:" class="headerlink" title="准备:"></a>准备:</h3><ul>
<li>安装 <code>go-licenses</code> <a
</summary>
<category term="k8s" scheme="https://chumper.cn/categories/k8s/"/>
<category term="knative" scheme="https://chumper.cn/tags/knative/"/>
<category term="source" scheme="https://chumper.cn/tags/source/"/>
<category term="event" scheme="https://chumper.cn/tags/event/"/>
</entry>
<entry>
<title>【Knative系列】看完这篇还不懂 Knative Serving,你来打我~(史上最详细)</title>
<link href="https://chumper.cn/2020/10/15/knative-serving/"/>
<id>https://chumper.cn/2020/10/15/knative-serving/</id>
<published>2020-10-15T06:10:18.000Z</published>
<updated>2021-01-18T03:22:19.909Z</updated>
<summary type="html">
<blockquote>
<p>本文主要讲解 Knative serving 系统及组件:</p>
</blockquote>
<h2 id="发展历程"><a href="#发展历程" class="headerlink"
</summary>
<category term="knative" scheme="https://chumper.cn/categories/knative/"/>
<category term="knative" scheme="https://chumper.cn/tags/knative/"/>
<category term="serving" scheme="https://chumper.cn/tags/serving/"/>
</entry>
<entry>
<title>【Knative系列】理解 Knative 扩缩容系统的设计原理</title>
<link href="https://chumper.cn/2020/09/30/knative-autoscalling/"/>
<id>https://chumper.cn/2020/09/30/knative-autoscalling/</id>
<published>2020-09-30T10:16:18.000Z</published>
<updated>2020-11-05T03:37:36.469Z</updated>
<summary type="html">
<blockquote>
<p>本文主要讲解 Knative 扩缩容系统的设计原理及实现细节,主要从以下三个方面进行讲解:</p>
<ul>
<li>Knative Serving 扩缩容系统的组件;</li>
<li>涉及的API;</li>
<li>扩缩容和冷启动时的
</summary>
<category term="knative" scheme="https://chumper.cn/categories/knative/"/>
<category term="knative" scheme="https://chumper.cn/tags/knative/"/>
<category term="autoscalling" scheme="https://chumper.cn/tags/autoscalling/"/>
</entry>
<entry>
<title>自行配置你的HPA扩缩容速率</title>
<link href="https://chumper.cn/2020/05/19/confighpa/"/>
<id>https://chumper.cn/2020/05/19/confighpa/</id>
<published>2020-05-19T10:16:18.000Z</published>
<updated>2020-07-28T09:43:32.015Z</updated>
<summary type="html">
<h2 id="HPA介绍"><a href="#HPA介绍" class="headerlink" title="HPA介绍"></a>HPA介绍</h2><p>HPA, Pod 水平自动伸缩(Horizontal Pod Autoscaler)特性,
</summary>
<category term="k8s" scheme="https://chumper.cn/categories/k8s/"/>
<category term="k8s" scheme="https://chumper.cn/tags/k8s/"/>
</entry>
<entry>
<title>Go 内存管理</title>
<link href="https://chumper.cn/2019/11/12/neicunguanliyufenpei/"/>
<id>https://chumper.cn/2019/11/12/neicunguanliyufenpei/</id>
<published>2019-11-12T10:16:18.000Z</published>
<updated>2020-07-28T09:43:32.017Z</updated>
<summary type="html">
<p> Go这门语言抛弃了C/C++中的开发者管理内存的方式:主动申请与主动释放,增加了<strong>逃逸分析和GC</strong>,将开发者从内存管理中释放出来,让开发者有更多的精力去关注软件设计,而不是底层的内存问题。这是Go语言成为高生产力语言的原因之一 引自【
</summary>
<category term="Go" scheme="https://chumper.cn/categories/Go/"/>
<category term="Go" scheme="https://chumper.cn/tags/Go/"/>
<category term="内存管理" scheme="https://chumper.cn/tags/%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86/"/>
</entry>
<entry>
<title> 谈谈 epoll </title>
<link href="https://chumper.cn/2019/05/10/epoll/"/>
<id>https://chumper.cn/2019/05/10/epoll/</id>
<published>2019-05-10T03:40:18.000Z</published>
<updated>2020-07-28T09:43:32.016Z</updated>
<summary type="html">
<h2 id="epoll"><a href="#epoll" class="headerlink" title="epoll"></a>epoll</h2><h2 id="IO-多路复用"><a href="#IO-多路复用" class="headerlink"
</summary>
<category term="linux" scheme="https://chumper.cn/tags/linux/"/>
<category term="epoll" scheme="https://chumper.cn/tags/epoll/"/>
</entry>
<entry>
<title>浅谈 Go map </title>
<link href="https://chumper.cn/2019/04/02/gomap/"/>
<id>https://chumper.cn/2019/04/02/gomap/</id>
<published>2019-04-02T06:19:10.000Z</published>
<updated>2020-07-28T09:43:32.016Z</updated>
<summary type="html">
<h2 id="map原理分析"><a href="#map原理分析" class="headerlink" title="map原理分析"></a>map原理分析</h2><h3 id="map-结构体"><a href="#map-结构体"
</summary>
<category term="Go" scheme="https://chumper.cn/categories/Go/"/>
<category term="Go" scheme="https://chumper.cn/tags/Go/"/>
</entry>
<entry>
<title>Go 学习笔记</title>
<link href="https://chumper.cn/2019/01/05/go%20shen%20ru%20fen%20xi/"/>
<id>https://chumper.cn/2019/01/05/go%20shen%20ru%20fen%20xi/</id>
<published>2019-01-05T06:19:10.000Z</published>
<updated>2020-07-28T09:43:32.016Z</updated>
<summary type="html">
<h1 id="Go-学习笔记"><a href="#Go-学习笔记" class="headerlink" title="Go 学习笔记"></a>Go 学习笔记</h1><h2 id="go程序是如何运行的"><a href="#go程序是如何运行的"
</summary>
<category term="Go" scheme="https://chumper.cn/categories/Go/"/>
<category term="linux" scheme="https://chumper.cn/tags/linux/"/>
<category term="epoll" scheme="https://chumper.cn/tags/epoll/"/>
<category term="Go" scheme="https://chumper.cn/tags/Go/"/>
</entry>
<entry>
<title>kubernetes&容器网络(2)之iptables</title>
<link href="https://chumper.cn/2018/12/05/k8s-iptables/"/>
<id>https://chumper.cn/2018/12/05/k8s-iptables/</id>
<published>2018-12-05T05:19:10.000Z</published>
<updated>2020-07-28T09:43:32.016Z</updated>
<summary type="html">
<h2 id="iptables规则"><a href="#iptables规则" class="headerlink" title="iptables规则"></a>iptables规则</h2><blockquote>
<p>参考 <a
</summary>
<category term="k8s" scheme="https://chumper.cn/categories/k8s/"/>
<category term="k8s" scheme="https://chumper.cn/tags/k8s/"/>
<category term="iptables" scheme="https://chumper.cn/tags/iptables/"/>
</entry>
<entry>
<title>kubernetes&容器网络(1)之seivice</title>
<link href="https://chumper.cn/2018/11/28/k8s-svc/"/>
<id>https://chumper.cn/2018/11/28/k8s-svc/</id>
<published>2018-11-28T05:19:10.000Z</published>
<updated>2020-07-28T09:43:32.017Z</updated>
<summary type="html">
<h2 id="1-Service介绍"><a href="#1-Service介绍" class="headerlink" title="1. Service介绍"></a>1. Service介绍</h2><p><code>Kubernetes</code>
</summary>
<category term="k8s" scheme="https://chumper.cn/categories/k8s/"/>
<category term="k8s" scheme="https://chumper.cn/tags/k8s/"/>
<category term="iptables" scheme="https://chumper.cn/tags/iptables/"/>
</entry>
<entry>
<title>容器网络</title>
<link href="https://chumper.cn/2018/10/25/container-network/"/>
<id>https://chumper.cn/2018/10/25/container-network/</id>
<published>2018-10-25T09:29:18.000Z</published>
<updated>2020-07-28T09:43:32.015Z</updated>
<summary type="html">
<h1 id="容器网络"><a href="#容器网络" class="headerlink" title="容器网络"></a>容器网络</h1><h2 id="vxlan"><a href="#vxlan" class="headerlink"
</summary>
<category term="k8s" scheme="https://chumper.cn/categories/k8s/"/>
<category term="k8s" scheme="https://chumper.cn/tags/k8s/"/>
<category term="容器网络" scheme="https://chumper.cn/tags/%E5%AE%B9%E5%99%A8%E7%BD%91%E7%BB%9C/"/>
</entry>
<entry>
<title>服务亲和性路由在华为云 k8s 中的实践【Kubernetes中的服务拓扑】</title>
<link href="https://chumper.cn/2018/07/07/servicetopo/"/>
<id>https://chumper.cn/2018/07/07/servicetopo/</id>
<published>2018-07-07T15:40:18.000Z</published>
<updated>2020-07-28T09:43:32.018Z</updated>
<summary type="html">
<blockquote>
<p>本文根据华为工程师DJ在LC3上的演讲整理:</p>
</blockquote>
<h2 id="1-拓扑概念"><a href="#1-拓扑概念" class="headerlink" title="1. 拓扑概念"></a>1.
</summary>
<category term="k8s" scheme="https://chumper.cn/categories/k8s/"/>
<category term="k8s" scheme="https://chumper.cn/tags/k8s/"/>
</entry>
<entry>
<title>了解思科 Tetration 平台</title>
<link href="https://chumper.cn/2017/06/12/cisco-platform/"/>
<id>https://chumper.cn/2017/06/12/cisco-platform/</id>
<published>2017-06-12T10:16:18.000Z</published>
<updated>2020-07-28T09:43:32.015Z</updated>
<summary type="html">
<h3 id="介绍"><a href="#介绍" class="headerlink" title="介绍"></a>介绍</h3><blockquote>
<p>思科推出了 Tetration Analytics平台,Tetration
</summary>
<category term="数据中心" scheme="https://chumper.cn/categories/%E6%95%B0%E6%8D%AE%E4%B8%AD%E5%BF%83/"/>
<category term=" Analytics" scheme="https://chumper.cn/tags/Analytics/"/>
</entry>
<entry>
<title>Docker 介绍及其应用</title>
<link href="https://chumper.cn/2017/06/11/Docker/"/>
<id>https://chumper.cn/2017/06/11/Docker/</id>
<published>2017-06-11T15:40:18.000Z</published>
<updated>2020-07-28T09:43:32.015Z</updated>
<summary type="html">
<blockquote>
<p><a href="https://www.zhihu.com/question/22969309" target="_blank" rel="noopener">重要链接!!!知乎上的深入浅出</a></p>
</blockquote>
<h2
</summary>
<category term="docker" scheme="https://chumper.cn/categories/docker/"/>
<category term="docker" scheme="https://chumper.cn/tags/docker/"/>
</entry>
<entry>
<title>Java 中的并发</title>
<link href="https://chumper.cn/2017/06/10/java-create-thread/"/>
<id>https://chumper.cn/2017/06/10/java-create-thread/</id>
<published>2017-06-10T14:40:18.000Z</published>
<updated>2020-07-28T09:43:32.016Z</updated>
<summary type="html">
<h2 id="Java-中的并发"><a href="#Java-中的并发" class="headerlink" title="Java 中的并发"></a>Java 中的并发</h2><h3 id="如何创建一个线程"><a href="#如何创建一个线程"
</summary>
<category term="Java" scheme="https://chumper.cn/categories/Java/"/>
<category term="java" scheme="https://chumper.cn/tags/java/"/>
<category term="线程" scheme="https://chumper.cn/tags/%E7%BA%BF%E7%A8%8B/"/>
</entry>
</feed>