Merge pull request #22742 from gaoguangze111/update-zh-what-is-kubernetes

update zh description what-is-kubernetes.md
pull/22745/head
Kubernetes Prow Robot 2020-07-26 00:34:16 -07:00 committed by GitHub
commit 21425c8a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
---
title: Kubernetes 是什么?
content_type: concept
description: >
Kubernetes 是一个可移植的可扩展的开源平台用于管理容器化的工作负载和服务方便了声明式配置和自动化。它拥有一个庞大且快速增长的生态系统。Kubernetes 的服务,支持和工具广泛可用。
weight: 10
card:
name: concepts
@ -74,7 +76,7 @@ Each VM is a full machine running all the components, including its own operatin
每个 VM 是一台完整的计算机,在虚拟化硬件之上运行所有组件,包括其自己的操作系统。
<!--
**Container deployment era:**
**Container deployment era:**
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.
-->
**容器部署时代:**
@ -214,4 +216,4 @@ Kubernetes
* Ready to [Get Started](/docs/setup/)?
-->
* 查阅 [Kubernetes 组件](/zh/docs/concepts/overview/components/)
* 开始 [Kubernetes 入门](/zh/docs/setup/)?
* 开始 [Kubernetes 入门](/zh/docs/setup/)?