Skip to content

Commit 767290c

Browse files
author
Dragons
committed
zh_trans_index_1.12
1 parent 01677e2 commit 767290c

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

content/zh/_index.html

+91
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
title: "生产级别的容器编排系统"
3+
abstract: "自动化的容器部署、扩展和管理"
4+
cid: "home"
5+
---
6+
7+
<!-- ---
8+
title: "Production-Grade Container Orchestration"
9+
abstract: "Automated container deployment, scaling, and management"
10+
cid: home
11+
--- -->
12+
13+
{{< deprecationwarning >}}
14+
15+
{{< blocks/section id="oceanNodes" >}}
16+
{{% blocks/feature image="flower" %}}
17+
18+
19+
<!-- ### [Kubernetes]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}}) is an open-source system for automating deployment, scaling, and management of containerized applications. -->
20+
21+
### [Kubernetes]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}}) 是用于自动部署,扩展和管理容器化应用程序的开源系统。
22+
23+
<!-- It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon [15 years of experience of running production workloads at Google](http://queue.acm.org/detail.cfm?id=2898444), combined with best-of-breed ideas and practices from the community. -->
24+
25+
它将组成应用程序的容器组合成逻辑单元,以便于管理和服务发现。Kubernetes 构建在[Google 15 年生产环境经验](http://queue.acm.org/detail.cfm?id=2898444)基础之上,并结合来自社区的最佳创意和实践。
26+
27+
{{% /blocks/feature %}}
28+
29+
{{% blocks/feature image="scalable" %}}
30+
<!-- #### Planet Scale -->
31+
#### 星际尺度
32+
33+
<!-- Designed on the same principles that allows Google to run billions of containers a week, Kubernetes can scale without increasing your ops team. -->
34+
35+
根据同样的原则设计,允许 Google 每周运行数十亿个容器,Kubernetes 可以在不增加您的运营团队的情况下进行弹性扩展。
36+
37+
{{% /blocks/feature %}}
38+
39+
{{% blocks/feature image="blocks" %}}
40+
<!-- #### Never Outgrow -->
41+
#### 永不过时
42+
43+
<!-- Whether testing locally or running a global enterprise, Kubernetes flexibility grows with you to deliver your applications consistently and easily no matter how complex your need is. -->
44+
45+
无论您应用运行在本地还是运行于全球任何地域,Kubernetes 的灵活性都可以随着您的需求复杂度不断增加,始终如一地轻松交付您的应用程序。
46+
47+
{{% /blocks/feature %}}
48+
49+
{{% blocks/feature image="suitcase" %}}
50+
<!-- #### Run Anywhere -->
51+
52+
#### 随处运行
53+
54+
<!-- Kubernetes is open source giving you the freedom to take advantage of on-premises, hybrid, or public cloud infrastructure, letting you effortlessly move workloads to where it matters to you. -->
55+
56+
Kubernetes 是开源的,可以让您自由地部署在企业内部,私有云、混合云或公有云基础架构,使您轻松将应用迁移至任何位置。
57+
58+
{{% /blocks/feature %}}
59+
60+
{{< /blocks/section >}}
61+
62+
{{< blocks/section id="video" background-image="kub_video_banner_homepage" >}}
63+
64+
<div class="light-text">
65+
<!-- <h2>The Challenges of Migrating 150+ Microservices to Kubernetes</h2> -->
66+
<h2>将 150 多个微服务迁移到 Kubernetes 的挑战 </h2>
67+
<!-- <p>By Sarah Wells, Technical Director for Operations and Reliability, Financial Times</p> -->
68+
<p>金融时报运营与可靠性技术总监 Sarah Wells</p>
69+
<!-- <button id="desktopShowVideoButton" onclick="kub.showVideo()">Watch Video</button> -->
70+
<button id="desktopShowVideoButton" onclick="kub.showVideo()">观看视频</button>
71+
<br>
72+
<br>
73+
<br>
74+
<!-- <a href="https://www.lfasiallc.com/events/kubecon-cloudnativecon-china-2018/" button id="desktopKCButton">Attend KubeCon in Shanghai on Nov. 13-15, 2018</a> -->
75+
<a href="https://www.lfasiallc.com/events/kubecon-cloudnativecon-china-2018/" button id="desktopKCButton">2018年11月13日至15日在上海参加KubeCon</a>
76+
<br>
77+
<br>
78+
<br>
79+
<br>
80+
<!-- <a href="https://events.linuxfoundation.org/events/kubecon-cloudnativecon-north-america-2018/" button id="desktopKCButton">Attend KubeCon in Seattle on Dec. 11-13, 2018</a> -->
81+
<a href="https://events.linuxfoundation.org/events/kubecon-cloudnativecon-north-america-2018/" button id="desktopKCButton">2018年12月11日至13日在西雅图参加KubeCon</a>
82+
</div>
83+
<div id="videoPlayer">
84+
<iframe data-url="https://www.youtube.com/embed/H06qrNmGqyE?autoplay=1" frameborder="0" allowfullscreen></iframe>
85+
<button id="closeButton"></button>
86+
</div>
87+
{{< /blocks/section >}}
88+
89+
{{< blocks/kubernetes-features >}}
90+
91+
{{< blocks/case-studies >}}

0 commit comments

Comments
 (0)