mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 12:21:17 +00:00
style(docs): standardize heading formats and numbering
- Enforce Level 1-3 structural numbering based on SUMMARY.md hierarchy - Remove structural numbering from Level 4+ headings - Eliminate single child headings by converting to bold text - Auto-inject summary text for headings with multiple children missing intro text - Exclude Appendix chapters from structural numbering - Avoid modifying code block contents - Add script to detect non-standard English usage in headers
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## 阿里云
|
||||
## 15.3 阿里云
|
||||
|
||||
如图 13-3 所示,阿里云是国内主流云服务平台之一。
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## 亚马逊云
|
||||
## 15.4 亚马逊云
|
||||
|
||||
如图 13-1 所示,AWS 是全球主流云服务平台之一。
|
||||
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
## 简介
|
||||
## 15.1 简介
|
||||
|
||||
随着容器技术的普及,目前主流的云计算服务商都提供了成熟的容器服务。与容器相关的云计算服务主要分为以下几种类型:
|
||||
|
||||
### 1。容器编排托管服务
|
||||
### 15.1.1 。容器编排托管服务
|
||||
|
||||
这是目前最主流的形式。云厂商托管 Kubernetes 的控制平面 (Master 节点),用户只需管理工作节点 (Worker Node)。
|
||||
|
||||
* **优势**:降低了 Kubernetes 集群的维护成本,高可用性由厂商保证。
|
||||
* **典型服务**:AWS EKS,Azure AKS,Google GKE,阿里云 ACK,腾讯云 TKE。
|
||||
|
||||
### 2。容器实例服务
|
||||
### 15.1.2 。容器实例服务
|
||||
|
||||
这一类服务通常被称为 CaaS (Container as a Service)。用户无需管理底层服务器 (EC2/CVM),只需提供镜像和配置即可运行容器。
|
||||
|
||||
* **优势**:极致的弹性,按秒计费,零运维。
|
||||
* **典型服务**:AWS Fargate,Azure Container Instances,Google Cloud Run,阿里云 ECI。
|
||||
|
||||
### 3。镜像仓库服务
|
||||
### 15.1.3 。镜像仓库服务
|
||||
|
||||
提供安全、可靠的私有 Docker 镜像存储服务,通常与云厂商的 CI/CD 流水线深度集成。
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
## 多云部署策略比较
|
||||
## 15.6 多云部署策略比较
|
||||
|
||||
企业在选择容器云平台时,通常会在 AWS EKS,Azure AKS,Google GKE 以及国内的阿里云 ACK,腾讯云 TKE 之间进行权衡。
|
||||
|
||||
### 三大公有云 Kubernetes 服务对比
|
||||
### 15.6.1 三大公有云 Kubernetes 服务对比
|
||||
|
||||
相关信息如下表:
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
| **网络模型** | VPC-native, 性能优秀 | AWS VPC CNI, Pod 直接获取 VPC IP | Azure CNI (消耗 IP 多) 或 Kubenet |
|
||||
| **集成度** | 与 GCP 数据分析、AI 服务集成紧密 | 与 AWS IAM, ALB, CloudWatch 集成深度高 | 与 Active Directory, Azure DevOps 集成好 |
|
||||
|
||||
### 多云部署策略
|
||||
### 15.6.2 多云部署策略
|
||||
|
||||
随着企业业务的扩展,单一云平台可能无法满足所有需求,多云部署成为趋势。
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
* **工具**:Google Anthos,AWS Outposts,Azure Arc 都是为了解决混合云统一管理而生。
|
||||
|
||||
### 建议
|
||||
### 15.6.3 建议
|
||||
|
||||
* **技术选型**:尽量使用标准的 Kubernetes API,避免过度依赖特定云厂商的 CRD 或专有服务,以保持应用的可移植性。
|
||||
* **IaC 管理**:使用 Terraform 或 Pulumi 等工具统一管理多云基础设施。
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## 本章小结
|
||||
## 15.5 本章小结
|
||||
|
||||
本章介绍了公有云服务对 Docker 的积极支持,以及新出现的容器云平台。
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## 腾讯云
|
||||
## 15.2 腾讯云
|
||||
|
||||
如图 13-5 所示,腾讯云提供完整的云基础设施与容器能力。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user