Merge pull request #33568 from windsonsea/patch-1

Some suggestions about Chinese text
This commit is contained in:
Kubernetes Prow Robot
2022-05-11 03:57:03 -07:00
committed by GitHub
@@ -2,7 +2,7 @@
title: Kubernetes 是什么?
content_type: concept
description: >
Kubernetes 是一个可移植的,可扩展的开源平台,用于管理容器化的工作负载和服务,方便声明式配置和自动化。拥有一个庞大且快速增长的生态系统。Kubernetes 的服务支持和工具广泛可用
Kubernetes 是一个可移植可扩展的开源平台,用于管理容器化的工作负载和服务,方便进行声明式配置和自动化。Kubernetes 拥有一个庞大且快速增长的生态系统,其服务支持和工具的使用范围广泛。
weight: 10
card:
name: concepts
@@ -31,16 +31,15 @@ This page is an overview of Kubernetes.
<!--
Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available.
-->
Kubernetes 是一个可移植、可扩展的开源平台,用于管理容器化的工作负载和服务,可促进声明式配置和自动化。
Kubernetes 拥有一个庞大且快速增长的生态系统。Kubernetes 的服务、支持和工具广泛可用
Kubernetes 是一个可移植、可扩展的开源平台,用于管理容器化的工作负载和服务,可促进声明式配置和自动化。
Kubernetes 拥有一个庞大且快速增长的生态系统,其服务、支持和工具的使用范围广泛。
<!--
The name Kubernetes originates from Greek, meaning helmsman or pilot. K8s as an abbreviation results from counting the eight letters between the "K" and the "s". Google open-sourced the Kubernetes project in 2014. Kubernetes combines [over 15 years of Google's experience](/blog/2015/04/borg-predecessor-to-kubernetes/) running production workloads at scale with best-of-breed ideas and practices from the community.
-->
**Kubernetes** 这个名字源于希腊语,意为“舵手”或“飞行员”。k8s 这个缩写是因为 k 和 s 之间有八个字符的关系。
Google 在 2014 年开源了 Kubernetes 项目。Kubernetes 建立在
[Google 大规模运行生产工作负载方面拥有十几年经验](https://research.google/pubs/pub43438)
的基础上,结合了社区中最好的想法和实践。
Google 在 2014 年开源了 Kubernetes 项目。Kubernetes 建立在
[Google 大规模运行生产工作负载十几年经验](https://research.google/pubs/pub43438)的基础上,结合了社区中最优秀的想法和实践。
<!--
## Going back in time
@@ -48,7 +47,7 @@ Let's take a look at why Kubernetes is so useful by going back in time.
-->
## 时光回溯
让我们回顾一下为什么 Kubernetes 如此有用
让我们回顾一下为 Kubernetes 能够裨益四方
<!--
![Deployment evolution](/images/docs/Container_Evolution.svg)