diff --git a/content/zh/_common-resources/images/blocks.png b/content/zh/_common-resources/images/blocks.png new file mode 100644 index 0000000000..3bf6083421 Binary files /dev/null and b/content/zh/_common-resources/images/blocks.png differ diff --git a/content/zh/_common-resources/images/flower.png b/content/zh/_common-resources/images/flower.png new file mode 100755 index 0000000000..adc99f5df5 Binary files /dev/null and b/content/zh/_common-resources/images/flower.png differ diff --git a/content/zh/_common-resources/images/kub_video_banner_homepage.jpg b/content/zh/_common-resources/images/kub_video_banner_homepage.jpg new file mode 100644 index 0000000000..57582e4938 Binary files /dev/null and b/content/zh/_common-resources/images/kub_video_banner_homepage.jpg differ diff --git a/content/zh/_common-resources/images/scalable.png b/content/zh/_common-resources/images/scalable.png new file mode 100644 index 0000000000..21bdb0393c Binary files /dev/null and b/content/zh/_common-resources/images/scalable.png differ diff --git a/content/zh/_common-resources/images/suitcase.png b/content/zh/_common-resources/images/suitcase.png new file mode 100644 index 0000000000..59e070f64a Binary files /dev/null and b/content/zh/_common-resources/images/suitcase.png differ diff --git a/content/zh/_common-resources/index.md b/content/zh/_common-resources/index.md new file mode 100644 index 0000000000..ca03031f1e --- /dev/null +++ b/content/zh/_common-resources/index.md @@ -0,0 +1,3 @@ +--- +headless: true +--- diff --git a/content/zh/_index.html b/content/zh/_index.html index 99fa14482e..9405f2de0e 100644 --- a/content/zh/_index.html +++ b/content/zh/_index.html @@ -4,150 +4,65 @@ abstract: "自动化的容器部署、扩展和管理" cid: "home" --- -
-
-
images/flower.png
-
- -

Kubernetes 是用于自动部署,扩展和管理容器化应用程序的开源系统。

-

它将组成应用程序的容器组合成逻辑单元,以便于管理和服务发现,Kubernetes 构建在 Google 15 年生产环境经验基础之上,并结合来自社区的最佳创意和实践。

-
-
-
-
images/scalable.png
-
- -

全球规模

-

基于允许 Google 每周运行数十亿个容器的原则进行设计,Kubernetes 可以在不增加您的运维团队的情况下进行弹性扩展。

-
-
-
-
images/blocks.png
-
- -

永不过时

-

无论您应用运行在本地还是运行于全球任何地域,Kubernetes 的灵活性都可以随着您的需求复杂度不断增加,还可以持续、轻松地对外提供服务。

-
-
-
-
images/suitcase.png
-
- -

随处运行

-

Kubernetes 是开源的,可以让您自由地部署在企业内部,私有云、混合云或公有云基础架构,使您轻松将应用迁移至任何位置。

-
-
-
-
-
- -

Kubernetes: 最后… 它是真正的云平台

-

Box 的联合创始人和服务架构师 Sam Ghods 发表了热情洋溢的演讲,随着使用 Kubernetes,我们首次有一个通用接口,可以建立真正的部署工具。

+{{< deprecationwarning >}} + +{{< blocks/section id="oceanNodes" >}} +{{% blocks/feature image="flower" %}} +### [Kubernetes (K8s)]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}}) +是一个开源系统,用于容器化应用的自动部署、扩缩和管理。 + +Kubernetes 将构成应用的容器按逻辑单位进行分组以便于管理和发现。 +Kubernetes 基于 [谷歌公司在运行生产负载上的 15 年经验](http://queue.acm.org/detail.cfm?id=2898444) +打造,并融合了来自社区的最佳建议与实践。 +{{% /blocks/feature %}} + +{{% blocks/feature image="scalable" %}} +#### 星际规模 + +基于一定的规则原理,谷歌公司每周能够运行数十亿的容器;通过遵循相同的设计, +Kubernetes 能够在保持现有运维团队规模的前提下完成集群的弹性伸缩。 + +{{% /blocks/feature %}} + +{{% blocks/feature image="blocks" %}} +#### 永不过时 + +无论是在本地测试还是支撑全球化企业业务,Kubernetes 的灵活性使得其能够与您一起成长。 +无论您的需求多么复杂,Kubernetes 都能助您始终如一地、轻而易举地交付应用。 + +{{% /blocks/feature %}} + +{{% blocks/feature image="suitcase" %}} +#### 随处运行 + +作为一个开源系统,Kubernetes 使您能够自由地获得内部云、混合云或公有云基础设施所提供的便利, +并根据需要轻松地迁移工作负载。 + +{{% /blocks/feature %}} + +{{< /blocks/section >}} + +{{< blocks/section id="video" background-image="kub_video_banner_homepage" >}} +
+

将超过 150 个微服务迁移到 Kubernetes 时遇到的挑战

+

Sarah Wells, Technical Director for Operations and Reliability, Financial Times

-
- -
-
-
- -

Kubernetes 特性

-
-
- -

自动包装

-

根据资源需求和其他约束自动放置容器,同时不会牺牲可用性,混合关键和最大努力的工作负载,以提高资源利用率并节省更多资源。

-
-
- -

自我修复

-

重新启动失败的容器,在节点不可用时,替换和重新调度节点上的容器,对用户定义的健康检查不响应的容器会被中止,并且在容器准备好服务之前不会把其向客户端广播。

-
-
-
-
- -

横向缩放

-

使用简单的命令或 UI,或者根据 CPU 的使用情况自动调整应用程序副本数。

-
-
- -

服务发现和负载均衡

-

不需要修改您的应用程序来使用不熟悉的服务发现机制,Kubernetes 为容器提供了自己的 IP 地址和一组容器的单个 DNS 名称,并可以在它们之间进行负载均衡。

-
-
-
-
- -

自动部署和回滚

-

Kubernetes 逐渐部署对应用程序或其配置的更改,同时监视应用程序运行状况,以确保它不会同时终止所有实例。 如果出现问题,Kubernetes会为您恢复更改,利用日益增长的部署解决方案的生态系统。

-
-
-

密钥配置 管理

-

部署和更新密钥和应用程序配置,不会重新编译您的镜像,不会在堆栈配置中暴露密钥(secrets)。

-
-
-
-
-

存储编排

-

自动安装您所选择的存储系统,无论是本地存储,如公有云提供商 GCPAWS, 还是网络存储系统 NFS, iSCSI, - Gluster, Ceph, Cinder, 或 Flocker。

-
-
-

批处理

-

除了服务之外,Kubernetes还可以管理您的批处理和 CI 工作负载,如果需要,替换出现故障的容器。

-
-
-
-
-
-
- -

实例探究

-
-
-

使用Kubernetes来重塑世界上最大的教育公司

- 阅读更多 -
-
-

Kubernetes at Box: 微服务的最大优势

- 阅读更多 -
-
-

在 eBay 内部转移到 OpenStack 上的 Kubernetes 和容器

- 阅读更多 -
-
-

将本地的集群迁移至 Kubernetes

- 观看视频 -
-
- - - - - - - - - - - - - - - - - - - - - - - -
探究所有的案例
-
-
-
- - +
+
+
+ 参加 2019 年 11 月 18 日的 San Diego KubeCon +
+
+
+
+ 参加 2020 年 3 月 30 日的 Amsterdam KubeCon
+
+ + +
+{{< /blocks/section >}} + +{{< blocks/kubernetes-features >}} + +{{< blocks/case-studies >}}