|
1 | 1 | ---
|
2 | 2 | linktitle: Kubernetes 手册
|
3 |
| -description: "Kubernetes 基础教程 - 全面介绍容器编排技术的实战手册,涵盖核心架构、关键组件和实际应用。" |
| 3 | +description: Kubernetes 基础教程 - 全面介绍容器编排技术的实战手册,涵盖核心架构、关键组件和实际应用。 |
4 | 4 | weight: 1
|
5 | 5 | categories:
|
6 |
| -- 教程手册 |
| 6 | + - 教程手册 |
7 | 7 | category: 教程手册
|
8 | 8 | featured: true
|
9 | 9 | type: publication
|
10 | 10 | layout: book-content
|
11 | 11 | title: Kubernetes 基础教程
|
12 | 12 | date: '2024-01-15T00:00:00+08:00'
|
13 | 13 | aliases:
|
14 |
| -- /guide-to-cloud-native-app |
| 14 | + - /guide-to-cloud-native-app |
15 | 15 | cascade:
|
16 | 16 | comment: true
|
17 | 17 | type: book
|
18 | 18 | layout: book-content
|
19 | 19 | 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 |
24 | 24 | 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 |
27 | 32 | website: https://jimmysong.io/book/kubernetes-handbook/
|
28 | 33 | 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' |
36 | 40 | cover_title_font_size: 48
|
37 | 41 | cover_author_font_size: 28
|
38 | 42 | 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 |
41 | 45 | cover_overlay_enabled: true
|
42 | 46 | cover_text_shadow: false
|
43 | 47 | 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' |
53 | 55 | repository:
|
54 | 56 | url: https://github.com/rootsongjc/kubernetes-handbook
|
55 | 57 | branch: main
|
| 58 | +lastmod: '2025-08-04' |
56 | 59 | ---
|
57 | 60 |
|
58 | 61 | {{<callout note 关于本教程>}}
|
|
0 commit comments