Skip to content

Commit 21425c8

Browse files
authored
Merge pull request #22742 from gaoguangze111/update-zh-what-is-kubernetes
update zh description what-is-kubernetes.md
2 parents 9bf6b9c + 9c83a48 commit 21425c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/zh/docs/concepts/overview/what-is-kubernetes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Kubernetes 是什么?
33
content_type: concept
4+
description: >
5+
Kubernetes 是一个可移植的,可扩展的开源平台,用于管理容器化的工作负载和服务,方便了声明式配置和自动化。它拥有一个庞大且快速增长的生态系统。Kubernetes 的服务,支持和工具广泛可用。
46
weight: 10
57
card:
68
name: concepts
@@ -74,7 +76,7 @@ Each VM is a full machine running all the components, including its own operatin
7476
每个 VM 是一台完整的计算机,在虚拟化硬件之上运行所有组件,包括其自己的操作系统。
7577

7678
<!--
77-
**Container deployment era:**
79+
**Container deployment era:**
7880
Containers are similar to VMs, but they have relaxed isolation properties to share the Operating System (OS) among the applications. Therefore, containers are considered lightweight. Similar to a VM, a container has its own filesystem, CPU, memory, process space, and more. As they are decoupled from the underlying infrastructure, they are portable across clouds and OS distributions.
7981
-->
8082
**容器部署时代:**
@@ -214,4 +216,4 @@ Kubernetes:
214216
* Ready to [Get Started](/docs/setup/)?
215217
-->
216218
* 查阅 [Kubernetes 组件](/zh/docs/concepts/overview/components/)
217-
* 开始 [Kubernetes 入门](/zh/docs/setup/)?
219+
* 开始 [Kubernetes 入门](/zh/docs/setup/)?

0 commit comments

Comments
 (0)