mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 04:14:38 +00:00
Simplify words and fix format issues
This commit is contained in:
@@ -32,8 +32,6 @@ Kubernetes 完美解决了这些问题。
|
||||
|
||||
### 13.1.3 核心概念
|
||||
|
||||
本节涵盖了相关内容与详细描述,主要探讨以下几个方面:
|
||||
|
||||
#### Pod (豆荚)
|
||||
|
||||
Kubernetes 的最小调度单位。一个 Pod 可以包含一个或多个紧密协作的容器 (共享网络和存储)。就像豌豆荚里的豌豆一样。
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Kubernetes
|
||||
# 第十三章 容器编排基础
|
||||
|
||||
`Kubernetes` 是 Google 发起的开源容器编排系统,它支持多种云平台与私有数据中心。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user