Skip to content

Commit

Permalink
docs: fix terminology description (cncf#1319)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuedong Wu <57584831+lunarwhite@users.noreply.github.com>

Signed-off-by: Yuedong Wu <57584831+lunarwhite@users.noreply.github.com>
  • Loading branch information
lunarwhite authored and seokho-son committed Mar 20, 2023
1 parent 3609520 commit b6fe109
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/zh-cn/containerization.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["应用程序", "", ""]

## 是什么

容器化是将一个应用程序及其依赖关系捆绑到 [容器图像](/zh-cn/container-image/) 中的过程。
容器化是将一个应用程序及其依赖关系捆绑到 [容器镜像](/zh-cn/container-image/) 中的过程。
容器构建过程需要遵守 [开放容器倡议](https://opencontainers.org)(OCI) 标准。
只要输出的是一个符合这个标准的容器镜像,使用哪种容器化工具并不重要。

Expand All @@ -19,7 +19,7 @@ tags: ["应用程序", "", ""]

## 如何帮助

容器图像是轻量级的(与传统的虚拟机不同),容器化过程需要一个带有依赖性列表的文件。
容器镜像是轻量级的(与传统的虚拟机不同),容器化过程需要一个带有依赖性列表的文件。
这个文件可以被版本控制,构建过程也可以自动化,允许一个组织在自动化过程中关注其他优先事项。
容器镜像由一个唯一的标识符来存储,该标识符与它的确切内容和配置相联系。
当容器被安排和重新安排时,它们总是被重置为其初始状态,从而消除了配置漂移。
2 changes: 1 addition & 1 deletion content/zh-cn/containers-as-a-service.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 容器即服务
title: 容器即服务 (CaaS)
status: Completed
category: 技术
tags: ["平台", "", ""]
Expand Down
4 changes: 2 additions & 2 deletions content/zh-cn/infrastructure-as-a-service.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: 基础设施即代码 (IaaS)
title: 基础设施即服务 (IaaS)
status: Completed
category: 技术
tags: ["基础设施", "", ""]
---

## 是什么

基础设施即代码,或者 IaaS ,是一种 [云计算](/zh-cn/cloud-computing/) 服务模型,
基础设施即服务,或者 IaaS ,是一种 [云计算](/zh-cn/cloud-computing/) 服务模型,
它提供 [物理](/zh-cn/bare-metal-machine/)[虚拟](/zh-cn/virtualization/) 的计算、存储和网络资源,使用按需按量的计费模式。
云提供商拥有和管理软件和硬件设施,可供消费者在公共、私有或混合云部署和使用。

Expand Down
2 changes: 1 addition & 1 deletion content/zh-cn/infrastructure-as-code.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 基础设施即代码
title: 基础设施即代码 (IaC)
status: Completed
category: 概念
tags: ["基础设施", "", ""]
Expand Down

0 comments on commit b6fe109

Please sign in to comment.