Skip to content

Commit 5877e93

Browse files
committed
feat: 更新关于 WisperFlow 的介绍,增加使用体验和背景信息
feat: 注释掉部分菜单项,调整播客和游记的名称及结构 Remove the Envoy made simple book English draft feat: Update RAG handbook with new diagrams and content improvements - Added a Mermaid diagram to illustrate the RAG workflow in the RAG principles section. - Included an SVG image for the RAG workflow diagram. - Revised the introduction of the RAG handbook to streamline content and remove redundancy. - Updated the back cover image for the RAG handbook. - Introduced a new SVG file for visual representation of RAG principles. - Enhanced the transform-mermaid.js script to skip global configuration if inline styles are detected in Mermaid code. - Modified the LaTeX template to remove unnecessary color package and adjust code color definition. Enhance documentation and code formatting across multiple files - Improved HTML image tags for lazy loading with consistent formatting. - Adjusted CSS styles for mobile slider arrows and summaries for better readability. - Updated TOC implementation and styles for better margin optimization and link styles. - Refined image optimization guide and markdown export documentation for clarity. - Enhanced shortcode examples and user guide for better usability and consistency. - Fixed formatting issues in various markdown files, ensuring uniformity in spacing and indentation. - Added last modified dates to relevant documentation for better version tracking. Update last modified dates across multiple documents and sections to reflect recent changes. Adjusted metadata for consistency in the RAG Handbook, Kubernetes Handbook, and various analysis and developer guide documents. Removed obsolete emoji_test.pdf file and updated related example files in the PDF Book Exporter tool. feat: 更新文档,添加最后修改日期,优化内容结构和链接 feat: 增强 PDF 导出工具的封面和背面配置,添加文本、链接和二维码支持 fix: 更新 Bilibili 链接至正确的用户页面 feat: 添加文档维护日志,记录扫描新鲜度和健康状态
1 parent c224ae4 commit 5877e93

File tree

6 files changed

+53
-38
lines changed

6 files changed

+53
-38
lines changed

_index.md

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,61 @@
11
---
22
linktitle: Kubernetes 手册
3-
description: "Kubernetes 基础教程 - 全面介绍容器编排技术的实战手册,涵盖核心架构、关键组件和实际应用。"
3+
description: Kubernetes 基础教程 - 全面介绍容器编排技术的实战手册,涵盖核心架构、关键组件和实际应用。
44
weight: 1
55
categories:
6-
- 教程手册
6+
- 教程手册
77
category: 教程手册
88
featured: true
99
type: publication
1010
layout: book-content
1111
title: Kubernetes 基础教程
1212
date: '2024-01-15T00:00:00+08:00'
1313
aliases:
14-
- /guide-to-cloud-native-app
14+
- /guide-to-cloud-native-app
1515
cascade:
1616
comment: true
1717
type: book
1818
layout: book-content
1919
book:
20-
title: "Kubernetes 基础教程"
21-
description: "Kubernetes 基础教程,全面掌握容器编排技术的实战手册,涵盖核心架构、关键组件和实际应用。"
22-
language: "zh-hans"
23-
author: "Jimmy Song"
20+
title: Kubernetes 基础教程
21+
description: Kubernetes 基础教程,全面掌握容器编排技术的实战手册,涵盖核心架构、关键组件和实际应用。
22+
language: zh-hans
23+
author: Jimmy Song
2424
cover: cover.jpg
25-
backcover_image: "back_cover.jpg"
26-
date: 2025-07-13
25+
backcover_image: back-cover.jpg
26+
backcover_text: 「几米宋」微信公众号
27+
backcover_link_text: 访问 jimmysong.io 在线阅读本书
28+
backcover_link_url: https://jimmysong.io/book/kubernetes-handbook/
29+
backcover_text_color: '#FFFFFF'
30+
backcover_link_color: '#1d09d8'
31+
date: 2025-07-13T00:00:00.000Z
2732
website: https://jimmysong.io/book/kubernetes-handbook/
2833
appendix: false
29-
# Enhanced cover configuration
30-
cover_title_text: "Kubernetes Handbook"
31-
cover_author_text: "Jimmy Song"
32-
cover_subtitle_text: "Kubernetes 基础教程,全面掌握容器编排技术的实战手册,涵盖核心架构、关键组件和实际应用。"
33-
cover_title_color: "#FFFFFF"
34-
cover_author_color: "#E0E0E0"
35-
cover_subtitle_color: "#C0C0C0"
34+
cover_title_text: Kubernetes Handbook
35+
cover_author_text: Jimmy Song
36+
cover_subtitle_text: Kubernetes 基础教程,全面掌握容器编排技术的实战手册,涵盖核心架构、关键组件和实际应用。
37+
cover_title_color: '#FFFFFF'
38+
cover_author_color: '#E0E0E0'
39+
cover_subtitle_color: '#C0C0C0'
3640
cover_title_font_size: 48
3741
cover_author_font_size: 28
3842
cover_subtitle_font_size: 20
39-
cover_title_position: "center"
40-
cover_author_position: "bottom"
43+
cover_title_position: center
44+
cover_author_position: bottom
4145
cover_overlay_enabled: true
4246
cover_text_shadow: false
4347
cover_background_overlay: false
44-
cover_overlay_opacity: 0.0
45-
46-
# Typography and color configuration
47-
body_color: "#333333"
48-
heading_color: "#2C3E50"
49-
link_color: "#3498DB"
50-
code_color: "#E74C3C"
51-
quote_color: "#7F8C8D"
52-
caption_color: "#95A5A6"
48+
cover_overlay_opacity: 0
49+
body_color: '#333333'
50+
heading_color: '#2C3E50'
51+
link_color: '#3498DB'
52+
code_color: '#E74C3C'
53+
quote_color: '#7F8C8D'
54+
caption_color: '#95A5A6'
5355
repository:
5456
url: https://github.com/rootsongjc/kubernetes-handbook
5557
branch: main
58+
lastmod: '2025-08-04'
5659
---
5760

5861
{{<callout note 关于本教程>}}

architecture/overview/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ linktitle: 架构概览
55
date: '2022-05-21T00:00:00+08:00'
66
description: 本文深入探讨了 Kubernetes 的核心设计理念,包括分层架构、API 设计原则、控制机制设计原则,以及重要的技术概念和 API 对象,帮助读者全面理解 Kubernetes 系统的设计思想和实现机制。
77
type: book
8+
lastmod: '2025-08-04'
89
---
910

1011
Kubernetes 提供以下核心特性:
@@ -38,6 +39,8 @@ Kubernetes 继承了 Borg 的核心设计理念,同时在开放性、可扩展
3839

3940
### 整体架构
4041

42+
下图展示了 Kubernetes 的整体架构,包括控制平面和工作节点的主要组件及其交互关系,帮助理解系统的核心模块分布和职责划分。
43+
4144
![Kubernetes 架构](https://assets.jimmysong.io/images/book/kubernetes-handbook/architecture/architecture.webp)
4245
{width=1200 height=932}
4346

@@ -170,21 +173,29 @@ Kubernetes 采用扁平化网络模型:
170173

171174
### 高层架构
172175

176+
下图展示了 Kubernetes 的高层架构,帮助理解各主要组件之间的关系及其在系统中的作用。
177+
173178
![Kubernetes 架构(图片来自于网络)](https://assets.jimmysong.io/images/book/kubernetes-handbook/architecture/kubernetes-high-level-component-archtecture.webp)
174179
{width=1858 height=1126}
175180

176181
### 抽象架构
177182

183+
下图展示了 Kubernetes 的抽象架构,突出各层次组件的分工与协作关系,帮助理解系统的整体设计思路和模块边界。
184+
178185
![kubernetes 整体架构示意图](https://assets.jimmysong.io/images/book/kubernetes-handbook/architecture/kubernetes-whole-arch.webp)
179186
{width=1600 height=1067}
180187

181188
### 控制平面详图
182189

190+
下图展示了 Kubernetes 的控制平面架构,包括 API 服务器、控制器管理器、调度器、etcd 数据库、kubelet 和容器运行时。
191+
183192
![Kubernetes master 架构示意图](https://assets.jimmysong.io/images/book/kubernetes-handbook/architecture/kubernetes-master-arch.webp)
184193
{width=1600 height=1067}
185194

186195
### 工作节点详图
187196

197+
下图展示了 Kubernetes 的工作节点架构,包括 kubelet、容器运行时和 Pod。
198+
188199
![kubernetes node 架构示意图](https://assets.jimmysong.io/images/book/kubernetes-handbook/architecture/kubernetes-node-arch.webp)
189200
{width=1600 height=1067}
190201

@@ -305,4 +316,4 @@ Kubernetes 作为 CNCF 的核心项目,与众多云原生技术形成完整生
305316
- [Large-scale cluster management at Google with Borg](https://research.google/pubs/pub43438/)
306317
- [Kubernetes 官方架构文档](https://kubernetes.io/docs/concepts/architecture/)
307318
- [CNCF Cloud Native Landscape](https://landscape.cncf.io/)
308-
- [Kubernetes 设计文档](https://github.com/kubernetes/design-proposals-archive)
319+
- [Kubernetes 设计文档](https://github.com/kubernetes/design-proposals-archive)

back-cover.jpg

52.1 KB
Loading

back_cover.jpg

-13.3 KB
Binary file not shown.

cover.jpg

37.7 KB
Loading

interfaces/csi/index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ date: '2022-05-21T00:00:00+08:00'
55
type: book
66
linktitle: CSI
77
aliases:
8-
- /book/kubernetes-handbook/architecture/open-interfaces/csi/
8+
- /book/kubernetes-handbook/architecture/open-interfaces/csi/
99
description: 介绍 Kubernetes 容器存储接口(CSI)的概念、架构、使用方法和最佳实践,包括动态配置、预配置卷和 CSI 驱动程序的开发部署。
1010
keywords:
11-
- csi
12-
- driver
13-
- kubernetes
14-
- persistentvolumeclaim
15-
- volume
16-
- 创建
17-
- 容器
18-
- 插件
19-
- 驱动程序
11+
- csi
12+
- driver
13+
- kubernetes
14+
- persistentvolumeclaim
15+
- volume
16+
- 创建
17+
- 容器
18+
- 插件
19+
- 驱动程序
20+
lastmod: '2025-08-04'
2021
---
2122

2223
## 什么是 CSI

0 commit comments

Comments
 (0)