-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
651 lines (409 loc) · 25.1 KB
/
index.html
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
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
<!doctype html>
<html lang="zh-CN">
<head>
<meta name="generator" content="Hugo 0.101.0" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="no-referrer-when-downgrade">
<title>西红柿的博客 | 专注于IT互联网, 包括但不限于Go语言(golang)、云计算、kubernetes、IAAS/PAAS</title>
<meta property="og:title" content="西红柿的博客 | 专注于IT互联网, 包括但不限于Go语言(golang)、云计算、kubernetes、IAAS/PAAS">
<meta property="og:type" content="website">
<meta name="Keywords" content="golang,go语言,go语言笔记,kubernetes,network">
<meta name="description" content="专注于IT互联网,包括但不限于Go语言(golang)、云计算、kubernetes、IAAS/PAAS">
<meta property="og:url" content="https://tomatoares.github.io/">
<link rel="shortcut icon" href='/favicon.ico' type="image/x-icon">
<link rel="stylesheet" href='/css/normalize.css'>
<link rel="stylesheet" href='/css/style.css'>
<link rel="alternate" type="application/rss+xml" href="https://tomatoares.github.io/index.xml" title="西红柿的博客" />
<script type="text/javascript" src="//cdn.bootcdn.net/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link rel="stylesheet" href='/css/douban.css'>
<link rel="stylesheet" href='/css/other.css'>
</head>
<body>
<header id="header" class="clearfix">
<div class="container">
<div class="col-group">
<div class="site-name ">
<h1>
<a id="logo" href="https://tomatoares.github.io">
西红柿的博客
</a>
</h1>
<p class="description">专注于IT互联网, 包括但不限于Go语言(golang)、云计算、kubernetes、IAAS/PAAS</p>
</div>
<div>
<nav id="nav-menu" class="clearfix">
<a class="current" href="https://tomatoares.github.io">首页</a>
<a href="https://tomatoares.github.io/archives/" title="归档">归档</a>
<a href="https://tomatoares.github.io/posts/about/" title="关于">关于</a>
</nav>
</div>
</div>
</div>
</header>
<div id="body">
<div class="container">
<div class="col-group">
<div class="col-8" id="main">
<div class="res-cons">
<article class="post">
<header>
<h1 class="post-title">
<a href="https://tomatoares.github.io/posts/my-proust-questionnaire/" title="My Proust Questionnaire">My Proust Questionnaire</a>
</h1>
</header>
<date class="post-meta meta-date">
2022年8月11日
</date>
<div class="post-meta">
<span>|</span>
<span class="meta-category"><a href='/categories/Life'>Life</a></span>
</div>
<div class="post-content">
背景 一直想好好了解下自己 从houmin blog 看到这个问卷 1. 你目前的心境怎样? 处于而立之年的交叉口,技术不算扎实但也能糊口 悠闲而幸福:裸辞,回老家陪家人,暂时没有经济工作等压力,时间也很充足 迷茫:接下来要怎么走?想法很多,但是不确定该怎么走 回西安找轻松的公司,比如外企,或者不是特别忙的……
</div>
<p class="readmore"><a href="https://tomatoares.github.io/posts/my-proust-questionnaire/">阅读全文</a></p>
</article>
<article class="post">
<header>
<h1 class="post-title">
<a href="https://tomatoares.github.io/posts/storage/CSI-spec/" title="CSI - 容器存储接口">CSI - 容器存储接口</a>
</h1>
</header>
<date class="post-meta meta-date">
2020年3月1日
</date>
<div class="post-meta">
<span>|</span>
<span class="meta-category"><a href='/categories/Storage'>Storage</a></span>
</div>
<div class="post-content">
接口规范翻译 术语 词条 定义 Volume A unit of storage that will be made available inside of a CO-managed container, via the CSI. Block Volume 在容器内以块设备形式存在的挂载卷。 Mounted Volume A volume that will be mounted using the specified file system and appear as a directory inside the container. CO 容器编排系统(Container Orchestration system), 使用 CSI 的 RPC 和 插件通信. SP 存储供应商(Storage Provider), CSI 的第三方实现 RPC Remote……
</div>
<p class="readmore"><a href="https://tomatoares.github.io/posts/storage/CSI-spec/">阅读全文</a></p>
</article>
<article class="post">
<header>
<h1 class="post-title">
<a href="https://tomatoares.github.io/posts/cloud/kubelet-Q/" title="无法正常删除节点资源—— kubelet 问题排查">无法正常删除节点资源—— kubelet 问题排查</a>
</h1>
</header>
<date class="post-meta meta-date">
2020年3月1日
</date>
<div class="post-meta">
<span>|</span>
<span class="meta-category"><a href='/categories/k8s'>k8s</a></span>
</div>
<div class="post-content">
问题 删除 pod 时 发现,特定节点上的资源卡在 Terminating 这个状态 NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE default test 1/1 Terminating 20 26d 192.168.196.133 node01 <none> kube-system fabric-node-7p2z8 0/2 Terminating 0 21m <none> node01 <none> describe pod,查看 events,有的 没有事件,有的 卡在了 scheduler 这一步: Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 22m default-scheduler Successfully assigned kube-system/fabric-node-7p2z8 to node01 接下来,理应由 kubelet 接手进行对 pod 进行清理,但是卡在这里,我们查看 对应节点上的 kubelet……
</div>
<p class="readmore"><a href="https://tomatoares.github.io/posts/cloud/kubelet-Q/">阅读全文</a></p>
</article>
<article class="post">
<header>
<h1 class="post-title">
<a href="https://tomatoares.github.io/posts/cloud/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BAIstio/" title="深入浅出 Istio [读书笔记]">深入浅出 Istio [读书笔记]</a>
</h1>
</header>
<date class="post-meta meta-date">
2020年3月1日
</date>
<div class="post-meta">
<span>|</span>
<span class="meta-category"><a href='/categories/Istio'>Istio</a></span>
</div>
<div class="post-content">
chapter 1 历史·时间轴 单体服务 微服务 微服务问题 核心之一——微服务治理 Kubernetes + Docker 编排 Service Mesh 可观测性 Service Mesh 时间轴 Spring Cloud——核心问题 代码嵌入前辈·标杆 Linkerd Conduit —— 没有什么浪花,改名 Linkerd 2 Istio—— 核心 Enovy ,作为数据平面,通过 Sidecar 的方式让 Enovy 同业务容器一起运行,并劫持其通信,接受控制平面的统一管理。 阿里……
</div>
<p class="readmore"><a href="https://tomatoares.github.io/posts/cloud/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BAIstio/">阅读全文</a></p>
</article>
<article class="post">
<header>
<h1 class="post-title">
<a href="https://tomatoares.github.io/posts/storage/external-storage/" title="external-storage 探索">external-storage 探索</a>
</h1>
</header>
<date class="post-meta meta-date">
2020年3月1日
</date>
<div class="post-meta">
<span>|</span>
<span class="meta-category"><a href='/categories/Storage'>Storage</a></span>
</div>
<div class="post-content">
概述 使用 out-of-tree 形式 添加存储 不同于 in-tree 形式,需要改变 controller-manager 等核心部分 和 CSI 的关系 核心组成 provisioner 用于创建 PV ,指定 voulume 真正的后端存储 controller 包含Provisioner接口和ProvisionController,ProvisionController是一个自定义的Kubernetes 控制器,用于监视Persi……
</div>
<p class="readmore"><a href="https://tomatoares.github.io/posts/storage/external-storage/">阅读全文</a></p>
</article>
<article class="post">
<header>
<h1 class="post-title">
<a href="https://tomatoares.github.io/posts/leetcode/flag/" title="立个 flag ">立个 flag </a>
</h1>
</header>
<date class="post-meta meta-date">
2020年3月1日
</date>
<div class="post-meta">
<span>|</span>
<span class="meta-category"><a href='/categories/%E7%AE%97%E6%B3%95'>算法</a></span>
</div>
<div class="post-content">
为了慢慢变强,立个 可以量化的 Flag 平均一天一道 leetcode 题 一周一总结:7 道左右 使用 golang 实现,时间充裕 补充 python 和 C 实现 按照题目类型刷 开始时间:2020-03-01T14:33:34+08:00 从链表开始先 这个计划私下里已经立了几次了,没放出来过,希望能坚持 100 T 读不在三更五鼓,功只怕一曝十寒……
</div>
<p class="readmore"><a href="https://tomatoares.github.io/posts/leetcode/flag/">阅读全文</a></p>
</article>
<article class="post">
<header>
<h1 class="post-title">
<a href="https://tomatoares.github.io/posts/about/" title="About">About</a>
</h1>
</header>
<date class="post-meta meta-date">
2020年3月1日
</date>
<div class="post-meta">
<span>|</span>
<span class="meta-category"><a href='/categories/Life'>Life</a></span>
</div>
<div class="post-content">
关于本站 本站基于 hugo 创建 主题是 maupassant-hugo 主要存储一些自己的总结,翻译,以及一些看到的不错的他人的文章; 文中有引用,我都会标注原文链接; 若有问题,直接站内发 issue 或者 直接 @TomatoAres 关于本人 一个梦想成为大牛的菜鸟程序员 擅长写各种语言的 helloworld,深入(工作)用过的有 python 和 golang 正在从事 kubernetes 相关开发工作……
</div>
<p class="readmore"><a href="https://tomatoares.github.io/posts/about/">阅读全文</a></p>
</article>
<article class="post">
<header>
<h1 class="post-title">
<a href="https://tomatoares.github.io/posts/cloud/k8s/kind/" title="使用 kind 进行 e2e 测试">使用 kind 进行 e2e 测试</a>
</h1>
</header>
<date class="post-meta meta-date">
2020年2月1日
</date>
<div class="post-meta">
<span>|</span>
<span class="meta-category"><a href='/categories/k8s'>k8s</a></span>
</div>
<div class="post-content">
Kind 简介 Kind 是 Kubernetes In Docker 的缩写,顾名思义是使用 Docker 容器作为 Node 并将 Kubernetes 部署至其中的一个工具。 Kind 可以作为一种本地集群搭建的工具进 由于便于快速搭建环境,经常被用来做 k8s 相关测试准备 流程 构建环境 测试 手动搭建单节点环境测试 关闭 kind 自带的 kindnet 网络插件,并将其设置为 Calico 的默认子网,编写一个 kind-calico.yaml 文件 kind: Cluster apiVersion: kind.sigs.k8s.io/v1alpha3 networking: disableDefaultCNI: true # disable……
</div>
<p class="readmore"><a href="https://tomatoares.github.io/posts/cloud/k8s/kind/">阅读全文</a></p>
</article>
<article class="post">
<header>
<h1 class="post-title">
<a href="https://tomatoares.github.io/posts/cloud/k8s/cka/" title="cka 考试准备">cka 考试准备</a>
</h1>
</header>
<date class="post-meta meta-date">
2019年12月31日
</date>
<div class="post-meta">
<span>|</span>
<span class="meta-category"><a href='/categories/kubernetes'>kubernetes</a></span>
</div>
<div class="post-content">
简介 CNCF 认证 有效期 3 年 官网……
</div>
<p class="readmore"><a href="https://tomatoares.github.io/posts/cloud/k8s/cka/">阅读全文</a></p>
</article>
<article class="post">
<header>
<h1 class="post-title">
<a href="https://tomatoares.github.io/posts/storage/ceph-rbd-resize/" title="kubernetes 1.12.6 storageclass 集成 ceph rbd resize 功能探索">kubernetes 1.12.6 storageclass 集成 ceph rbd resize 功能探索</a>
</h1>
</header>
<date class="post-meta meta-date">
2019年12月28日
</date>
<div class="post-meta">
<span>|</span>
<span class="meta-category"><a href='/categories/Storage'>Storage</a></span>
</div>
<div class="post-content">
需求分析 环境 kubernetes 1.12.6 使用 storageclass 和 pvc 动态生成 pv storageclass 后端存储使用 ceph rbd 使用 kubectl edit 编辑 pvc,对已有的 pvc 进行扩容,并且容器内部文件系统自动扩容 1. kubernetes 1.12.6 环境部署 由于 1.12.6 版本比较古老,kubeadm 易用性远不如后边较新几个版本,使用方式不太一致,并且存在一定的不合理的问题 docker 版本最高 18.6:yum install -y docker-ce-18.06.0.ce-3.el7 docker-ce-cli-18.06.0.ce-3.el7 能翻墙的话,尽量……
</div>
<p class="readmore"><a href="https://tomatoares.github.io/posts/storage/ceph-rbd-resize/">阅读全文</a></p>
</article>
<ol class="page-navigator">
<li class="current">
<a href="https://tomatoares.github.io/">1</a>
</li>
<li >
<a href="https://tomatoares.github.io/page/2/">2</a>
</li>
<li >
<a href="https://tomatoares.github.io/page/3/">3</a>
</li>
<li>
<span>...</span>
</li>
<li >
<a href="https://tomatoares.github.io/page/11/">11</a>
</li>
<li class="next">
<a href="https://tomatoares.github.io/page/2/">下一页</a>
</li>
</ol>
</div>
<footer id="footer">
<div>
© 2022 <a href="https://tomatoares.github.io">西红柿的博客 By 战神西红柿</a>
</div>
<br />
<div>
<div class="github-badge">
<a href="https://gohugo.io/" target="_black" rel="nofollow"><span class="badge-subject">Powered by</span><span class="badge-value bg-blue">Hugo</span></a>
</div>
<div class="github-badge">
<a href="https://www.flysnow.org/" target="_black"><span class="badge-subject">Design by</span><span class="badge-value bg-brightgreen">飞雪无情</span></a>
</div>
<div class="github-badge">
<a href="https://github.com/flysnow-org/maupassant-hugo" target="_black"><span class="badge-subject">Theme</span><span class="badge-value bg-yellowgreen">Maupassant</span></a>
</div>
</div>
</footer>
<a id="rocket" href="#top"></a>
<script type="text/javascript" src='/js/totop.js?v=0.0.0' async=""></script>
<script type="text/javascript" src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" async></script>
<script src='/js/douban.js'></script>
</div>
<div id="secondary">
<section class="widget">
<form id="search" action='https://tomatoares.github.io/search' method="get" accept-charset="utf-8" target="_blank" _lpchecked="1">
<input type="text" name="q" maxlength="20" placeholder="Search">
<input type="hidden" name="sitesearch" value="https://tomatoares.github.io">
<button type="submit" class="submit icon-search"></button>
</form>
</section>
<section class="widget">
<h3 class="widget-title">最近文章</h3>
<ul class="widget-list">
<li>
<a href="https://tomatoares.github.io/posts/my-proust-questionnaire/" title="My Proust Questionnaire">My Proust Questionnaire</a>
</li>
<li>
<a href="https://tomatoares.github.io/posts/storage/CSI-spec/" title="CSI - 容器存储接口">CSI - 容器存储接口</a>
</li>
<li>
<a href="https://tomatoares.github.io/posts/cloud/kubelet-Q/" title="无法正常删除节点资源—— kubelet 问题排查">无法正常删除节点资源—— kubelet 问题排查</a>
</li>
<li>
<a href="https://tomatoares.github.io/posts/cloud/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BAIstio/" title="深入浅出 Istio [读书笔记]">深入浅出 Istio [读书笔记]</a>
</li>
<li>
<a href="https://tomatoares.github.io/posts/storage/external-storage/" title="external-storage 探索">external-storage 探索</a>
</li>
<li>
<a href="https://tomatoares.github.io/posts/leetcode/flag/" title="立个 flag ">立个 flag </a>
</li>
<li>
<a href="https://tomatoares.github.io/posts/about/" title="About">About</a>
</li>
<li>
<a href="https://tomatoares.github.io/posts/cloud/k8s/kind/" title="使用 kind 进行 e2e 测试">使用 kind 进行 e2e 测试</a>
</li>
<li>
<a href="https://tomatoares.github.io/posts/cloud/k8s/cka/" title="cka 考试准备">cka 考试准备</a>
</li>
<li>
<a href="https://tomatoares.github.io/posts/storage/ceph-rbd-resize/" title="kubernetes 1.12.6 storageclass 集成 ceph rbd resize 功能探索">kubernetes 1.12.6 storageclass 集成 ceph rbd resize 功能探索</a>
</li>
</ul>
</section>
<section class="widget">
<h3 class="widget-title"><a href='/categories/'>分类</a></h3>
<ul class="widget-list">
<li><a href="https://tomatoares.github.io/categories/GCTT/">GCTT (15)</a></li>
<li><a href="https://tomatoares.github.io/categories/go/">go (21)</a></li>
<li><a href="https://tomatoares.github.io/categories/Istio/">Istio (1)</a></li>
<li><a href="https://tomatoares.github.io/categories/Life/">Life (2)</a></li>
<li><a href="https://tomatoares.github.io/categories/Network/">Network (8)</a></li>
<li><a href="https://tomatoares.github.io/categories/Other/">Other (2)</a></li>
<li><a href="https://tomatoares.github.io/categories/Storage/">Storage (11)</a></li>
<li><a href="https://tomatoares.github.io/categories/Tool/">Tool (3)</a></li>
<li><a href="https://tomatoares.github.io/categories/Web/">Web (10)</a></li>
<li><a href="https://tomatoares.github.io/categories/docker/">docker (7)</a></li>
<li><a href="https://tomatoares.github.io/categories/go/">go (4)</a></li>
<li><a href="https://tomatoares.github.io/categories/k8s/">k8s (5)</a></li>
<li><a href="https://tomatoares.github.io/categories/kubernetes/">kubernetes (1)</a></li>
<li><a href="https://tomatoares.github.io/categories/linux/">linux (1)</a></li>
<li><a href="https://tomatoares.github.io/categories/microservice/">microservice (4)</a></li>
<li><a href="https://tomatoares.github.io/categories/Network/">Network (1)</a></li>
<li><a href="https://tomatoares.github.io/categories/os/">os (1)</a></li>
<li><a href="https://tomatoares.github.io/categories/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/">操作系统 (2)</a></li>
<li><a href="https://tomatoares.github.io/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/">数据库 (4)</a></li>
<li><a href="https://tomatoares.github.io/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/">数据结构 (1)</a></li>
<li><a href="https://tomatoares.github.io/categories/%E7%AE%97%E6%B3%95/">算法 (3)</a></li>
<li><a href="https://tomatoares.github.io/categories/%E7%BB%84%E6%88%90%E5%8E%9F%E7%90%86/">组成原理 (1)</a></li>
<li><a href="https://tomatoares.github.io/categories/%E8%99%9A%E6%8B%9F%E5%8C%96/">虚拟化 (1)</a></li>
</ul>
</section>
<section class="widget">
<h3 class="widget-title"><a href='/tags/'>标签</a></h3>
<div class="tagcloud">
<a href="https://tomatoares.github.io/tags/CSI/">CSI</a>
<a href="https://tomatoares.github.io/tags/Ceph/">Ceph</a>
<a href="https://tomatoares.github.io/tags/Cobra/">Cobra</a>
<a href="https://tomatoares.github.io/tags/GC/">GC</a>
<a href="https://tomatoares.github.io/tags/GCTT/">GCTT</a>
<a href="https://tomatoares.github.io/tags/go/">go</a>
<a href="https://tomatoares.github.io/tags/Http/">Http</a>
<a href="https://tomatoares.github.io/tags/Http/">Http</a>
<a href="https://tomatoares.github.io/tags/IO/">IO</a>
<a href="https://tomatoares.github.io/tags/Istio/">Istio</a>
<a href="https://tomatoares.github.io/tags/leetcode/">leetcode</a>
<a href="https://tomatoares.github.io/tags/Linux/">Linux</a>
<a href="https://tomatoares.github.io/tags/Network/">Network</a>
<a href="https://tomatoares.github.io/tags/RPC/">RPC</a>
<a href="https://tomatoares.github.io/tags/Storage/">Storage</a>
<a href="https://tomatoares.github.io/tags/TCP/">TCP</a>
<a href="https://tomatoares.github.io/tags/UDP/">UDP</a>
<a href="https://tomatoares.github.io/tags/Unix/">Unix</a>
<a href="https://tomatoares.github.io/tags/Web/">Web</a>
<a href="https://tomatoares.github.io/tags/Websocket/">Websocket</a>
<a href="https://tomatoares.github.io/tags/buffer/">buffer</a>
<a href="https://tomatoares.github.io/tags/cache/">cache</a>
<a href="https://tomatoares.github.io/tags/cka/">cka</a>
<a href="https://tomatoares.github.io/tags/container/">container</a>
<a href="https://tomatoares.github.io/tags/database/">database</a>
<a href="https://tomatoares.github.io/tags/docker/">docker</a>
<a href="https://tomatoares.github.io/tags/echo/">“echo”</a>
<a href="https://tomatoares.github.io/tags/framework/">framework</a>
<a href="https://tomatoares.github.io/tags/go/">go</a>
<a href="https://tomatoares.github.io/tags/hugo/">hugo</a>
<a href="https://tomatoares.github.io/tags/k8s/">k8s</a>
<a href="https://tomatoares.github.io/tags/kind/">kind</a>
<a href="https://tomatoares.github.io/tags/leetcode/">leetcode</a>
<a href="https://tomatoares.github.io/tags/Linux/">Linux</a>
<a href="https://tomatoares.github.io/tags/microservice/">microservice</a>
<a href="https://tomatoares.github.io/tags/Network/">Network</a>
<a href="https://tomatoares.github.io/tags/os/">os</a>
<a href="https://tomatoares.github.io/tags/out-of-tree/">out-of-tree</a>
<a href="https://tomatoares.github.io/tags/test/">test</a>
<a href="https://tomatoares.github.io/tags/tool/">tool</a>
<a href="https://tomatoares.github.io/tags/Web/">Web</a>
<a href="https://tomatoares.github.io/tags/%E4%BA%91%E8%AE%A1%E7%AE%97/">云计算</a>
<a href="https://tomatoares.github.io/tags/%E5%9F%BA%E6%95%B0%E6%A0%91/">基数树</a>
<a href="https://tomatoares.github.io/tags/%E5%B7%A5%E5%85%B7/">工具</a>
<a href="https://tomatoares.github.io/tags/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/">操作系统</a>
<a href="https://tomatoares.github.io/tags/%E7%AE%97%E6%B3%95/">算法</a>
<a href="https://tomatoares.github.io/tags/%E7%BB%84%E6%88%90%E5%8E%9F%E7%90%86/">组成原理</a>
<a href="https://tomatoares.github.io/tags/%E8%99%9A%E6%8B%9F%E5%8C%96/">虚拟化</a>
<a href="https://tomatoares.github.io/tags/%E8%BF%90%E7%BB%B4/">运维</a>
</div>
</section>
<section class="widget">
<h3 class="widget-title">其它</h3>
<ul class="widget-list">
<li><a href="https://tomatoares.github.io/index.xml">文章 RSS</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
</body>
</html>