Skip to content

Commit c12fdba

Browse files
authored
Merge branch 'master' into fix_15161
2 parents a691ba6 + c324bfd commit c12fdba

File tree

333 files changed

+2989
-1474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

333 files changed

+2989
-1474
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DOCKER = docker
2-
HUGO_VERSION = 0.53
2+
HUGO_VERSION = 0.57.2
33
DOCKER_IMAGE = kubernetes-hugo
44
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src
55
NODE_BIN = node_modules/.bin

OWNERS_ALIASES

+7-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ aliases:
4646
- kbarnard10
4747
- kbhawkey
4848
- makoscafee
49-
- mistyhacks
5049
- rajakavitha1
5150
- ryanmcginnis
5251
- simplytunde
@@ -118,13 +117,13 @@ aliases:
118117
sig-docs-ja-owners: # Admins for Japanese content
119118
- cstoku
120119
- nasa9084
121-
- zacharysarah
122120
sig-docs-ja-reviews: # PR reviews for Japanese content
123121
- cstoku
124122
- inductor
125123
- makocchi-git
126124
- MasayaAoyama
127125
- nasa9084
126+
- oke-py
128127
sig-docs-ko-owners: # Admins for Korean content
129128
- ClaudiaJKang
130129
- gochist
@@ -179,3 +178,9 @@ aliases:
179178
- femrtnz
180179
- jcjesus
181180
- devlware
181+
sig-docs-vi-owners: # Admins for Vietnamese content
182+
- ngtuna
183+
- truongnh1992
184+
sig-docs-vi-reviews: # PR reviews for Vietnamese content
185+
- ngtuna
186+
- truongnh1992

README-vi.md

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Tài liệu Kubernetes
2+
3+
[![Build Status](https://api.travis-ci.org/kubernetes/website.svg?branch=master)](https://travis-ci.org/kubernetes/website)
4+
[![GitHub release](https://img.shields.io/github/release/kubernetes/website.svg)](https://github.com/kubernetes/website/releases/latest)
5+
6+
Chào mừng! Kho lưu trữ này chứa tất cả các tài nguyên cần thiết để xây dựng [trang web của Kubernetes và các tài liệu](https://kubernetes.io/). Chúng tôi rất vui vì bạn muốn đóng góp.
7+
8+
## Đóng góp cho tài liệu
9+
10+
Bạn có thể click vào nút **Fork** ở góc trên bên phải màn hình để tạo bản sao của kho lưu trữ này trong tài khoản GitHub của bạn. Bản sao này được gọi là một bản *fork*. Thực hiện bất kì thay đổi nào mà bạn muốn trong bản fork của bạn và khi bạn sẵn sang gửi những thay đổi đó cho chúng tôi, hãy đến bản fork của bạn và tạo một Pull Request mới để cho chúng tôi biết về nó.
11+
12+
Một khi Pull Request của bạn được tạo, reviewer sẽ chịu trách nhiệm cung cấp các phản hồi rõ ràng, có thể thực hiện được. Là chủ sở hữu của pull request, **bạn có trách nhiệm sửa đổi Pull Request của mình để giải quyết các phản hồi bởi reviewer.** Ngoài ra, lưu ý rằng bạn có thể có nhiều hơn một reviewer cung cấp cho bạn các phản hồi hoặc bạn có thể nhận được phản hồi từ reviewer khác với reviewer ban đầu được chỉ định. Hơn nữa, trong một số trường hợp, một trong những reviewer của bạn có thể yêu cầu đánh giá kỹ thuật từ [Kubernetes tech reviewer](https://github.com/kubernetes/website/wiki/Tech-reviewers) khi cần. Các reviewers sẽ cố gắng hết sức để cung cấp phản hồi một cách kịp thời nhưng thời gian phản hồi có thể thay đổi tùy theo hoàn cảnh.
13+
14+
Để biết thêm thông tin về việc đóng góp cho tài liệu Kubernetes, hãy xem:
15+
16+
* [Bắt đầu đóng góp](https://kubernetes.io/docs/contribute/start/)
17+
* [Các giai đoạn thay đổi tài liệu](http://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally)
18+
* [Sử dụng các trang templates](http://kubernetes.io/docs/contribute/style/page-templates/)
19+
* [Hướng dẫn biểu mẫu tài liệu](http://kubernetes.io/docs/contribute/style/style-guide/)
20+
* [Địa phương hóa tài liệu Kubernetes](https://kubernetes.io/docs/contribute/localization/)
21+
22+
23+
## Chạy website cục bộ dùng Docker
24+
25+
Cách được đề xuất để chạy trang web Kubernetes cục bộ là dùng [Docker](https://docker.com) image chứa trình tạo web tĩnh [Hugo](https://gohugo.io).
26+
27+
> Nếu bạn làm việc trên môi trường Windows, bạn sẽ cần thêm môt vài công cụ mà bạn có thể cài đặt với [Chocolatey](https://chocolatey.org). `choco install make`
28+
29+
> Nếu bạn không muốn dùng Docker để chạy trang web cục bộ, hãy xem [Chạy website cục bộ dùng Hugo](#Chạy website cục bộ dùng Hugo) dưới đây.
30+
31+
Nếu bạn có Docker đang [up và running](https://www.docker.com/get-started), build `kubernetes-hugo` Docker image cục bộ:
32+
33+
```bash
34+
make docker-image
35+
```
36+
37+
Khi image đã được built, bạn có thể chạy website cục bộ:
38+
39+
```bash
40+
make docker-serve
41+
```
42+
43+
Mở trình duyệt và đến địa chỉ http://localhost:1313 để xem website. Khi bạn thay đổi các file nguồn, Hugo cập nhật website và buộc làm mới trình duyệt.
44+
45+
## Chạy website cục bộ dùng Hugo
46+
47+
Hãy xem [tài liệu chính thức của Hugo](https://gohugo.io/getting-started/installing/) cho việc hướng dẫn cài đặt Hugo. Đảm bảo cài đặt phiên bản mở rộng của Hugo được xác định bởi biến môi trường `HUGO_VERSION` trong file [`netlify.toml`](netlify.toml#L9)
48+
49+
Để chạy website cục bộ khi Hugo được cài đặt:
50+
51+
```bash
52+
make serve
53+
```
54+
55+
Câu lệnh trên sẽ khởi động server Hugo cục bộ trên cổng 1313. Mở trình duyệt và đến địa chỉ http://localhost:1313 để xem website. Khi bạn thay đổi các file nguồn, Hugo cập nhật website và buộc làm mới trình duyệt.
56+
57+
## Cộng đồng, thảo luận, đóng góp và hỗ trợ
58+
59+
Tìm hiểu cách tham gia với cộng đồng Kubernetes trên [trang cộng đồng](http://kubernetes.io/community/).
60+
61+
Bạn có thể tiếp cận những maintainers của dự án này tại:
62+
63+
- [Slack](https://kubernetes.slack.com/messages/sig-docs)
64+
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-docs)
65+
66+
### Quy tắc ứng xử
67+
68+
Sự tham gia vào cộng đồng Kubernetes được điểu chỉnh bởi [Kubernetes Code of Conduct](code-of-conduct.md).
69+
70+
## Cảm ơn!
71+
72+
Kubernetes phát triển mạnh mẽ về sự tham gia của cộng đồng và chúng tôi đánh giá cao những đóng góp của bạn cho trang web và tài liệu của chúng tôi!

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For more information about contributing to the Kubernetes documentation, see:
2626
|[German README](README-de.md)|[Portuguese README](README-pt.md)|
2727
|[Hindi README](README-hi.md)|[Spanish README](README-es.md)|
2828
|[Indonesian README](README-id.md)|[Chinese README](README-zh.md)|
29-
|[Japanese README](README-ja.md)||
29+
|[Japanese README](README-ja.md)|[Vietnamese README](README-vi.md)|
3030
|||
3131

3232
## Running the website locally using Docker

assets/sass/_base.sass

+8-8
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ section
7070
background-color: white
7171

7272
section, header, footer
73-
main
73+
.main-section
7474
position: relative
7575
margin: auto
7676

@@ -249,7 +249,7 @@ header
249249
color: $blue
250250
font-weight: normal
251251

252-
main
252+
.main-section
253253
white-space: nowrap
254254
overflow: hidden
255255
clear: both
@@ -439,7 +439,7 @@ footer
439439
background-image: url(/images/texture.png)
440440
background-color: $dark-grey
441441

442-
main
442+
.main-section
443443
padding: 20px 0
444444

445445
nav
@@ -1121,7 +1121,7 @@ $feature-box-div-margin-bottom: 40px
11211121
margin-bottom: 0
11221122
padding-bottom: 1px
11231123

1124-
main
1124+
.main-section
11251125
padding: 0 10px
11261126
margin-bottom: 30px
11271127

@@ -1147,7 +1147,7 @@ $feature-box-div-margin-bottom: 40px
11471147
a
11481148
color: $blue
11491149

1150-
main
1150+
.main-section
11511151
margin-bottom: $ocean-nodes-padding-Y
11521152
min-height: 160px
11531153

@@ -1160,7 +1160,7 @@ $feature-box-div-margin-bottom: 40px
11601160
width: 100%
11611161
max-width: 160px
11621162

1163-
main:first-child
1163+
.main-section:first-child
11641164
.image-wrapper
11651165
max-width: 100%
11661166

@@ -1356,7 +1356,7 @@ $feature-box-div-margin-bottom: 40px
13561356
#mainContent
13571357
padding: 20px 0
13581358

1359-
main
1359+
.main-section
13601360
max-width: none
13611361

13621362
a
@@ -1775,7 +1775,7 @@ $feature-box-div-margin-bottom: 40px
17751775

17761776
#home
17771777
#talkToUs
1778-
main
1778+
.main-section
17791779
padding: 30px 0
17801780

17811781
h5

assets/sass/_desktop.sass

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $video-section-height: 550px
9595
right: -25px
9696

9797
section, header, footer
98-
main
98+
.main-section
9999
max-width: $main-max-width
100100

101101
header, #vendorStrip, #encyclopedia, #hero h1, #hero h5, #docs #hero h1, #docs #hero h5,
@@ -108,11 +108,11 @@ $video-section-height: 550px
108108

109109
#home
110110
section, header, footer
111-
main
111+
.main-section
112112
max-width: 1000px
113113

114114
#oceanNodes
115-
main
115+
.main-section
116116
position: relative
117117
max-width: 830px
118118

@@ -172,7 +172,7 @@ $video-section-height: 550px
172172
background-image: url(../images/texture.png)
173173
background-color: $dark-grey
174174

175-
main
175+
.main-section
176176
padding: 20px 0
177177

178178
nav

assets/sass/_size.sass

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ section, header, #vendorStrip
2626
padding-left: $full-width-paddingX
2727
padding-right: $full-width-paddingX
2828

29-
main
29+
.main-section
3030
width: $main-width
3131
max-width: $main-max-width
3232

@@ -59,7 +59,7 @@ header
5959
.nav-box + .nav-box
6060
margin-left: $nav-box-sibling-margin-left
6161

62-
main + main
62+
.main-secton + .main-section
6363
margin-top: $main-nav-main-sibling-margin-top
6464

6565
.left .button

assets/sass/_tablet.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $feature-box-div-width: 45%
116116
text-align: left
117117
margin-bottom: 18px
118118

119-
main
119+
main, .main-section
120120
position: relative
121121
clear: both
122122
display: table

config.toml

+7
Original file line numberDiff line numberDiff line change
@@ -266,3 +266,10 @@ contentDir = "content/hi"
266266
[languages.hi.params]
267267
time_format_blog = "01.02.2006"
268268
language_alternatives = ["en"]
269+
270+
[languages.vi]
271+
title = "Kubernetes"
272+
description = "Production-Grade Container Orchestration"
273+
languageName = "Vietnamese"
274+
contentDir = "content/vi"
275+
weight = 12

content/de/docs/tasks/tools/install-kubectl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Sie können kubectl als Teil des Google Cloud SDK installieren.
261261
262262
## kubectl konfigurieren
263263
264-
Damit kubectl einen Kubernetes-Cluster finden und darauf zugreifen kann, benötigt es eine [kubeconfig Datei](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/). Diese wird automatisch erstellt, wenn Sie einen Cluster mit kube-up.sh erstellen oder einen Minikube-Cluster erfolgreich implementieren. Weitere Informationen zum Erstellen von Clustern finden Sie in den [Anleitungen für die ersten Schritte](/docs/setup/). Wenn Sie Zugriff auf einen Cluster benötigen, den Sie nicht erstellt haben, lesen Sie die [Cluster-Zugriff freigeben Dokumentation](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/).
264+
Damit kubectl einen Kubernetes-Cluster finden und darauf zugreifen kann, benötigt es eine [kubeconfig Datei](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/). Diese wird automatisch erstellt, wenn Sie einen Cluster mit [kube-up.sh](https://github.com/kubernetes/kubernetes/blob/master/cluster/kube-up.sh) erstellen oder einen Minikube-Cluster erfolgreich implementieren. Weitere Informationen zum Erstellen von Clustern finden Sie in den [Anleitungen für die ersten Schritte](/docs/setup/). Wenn Sie Zugriff auf einen Cluster benötigen, den Sie nicht erstellt haben, lesen Sie die [Cluster-Zugriff freigeben Dokumentation](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/).
265265
Die kubectl-Konfiguration befindet sich standardmäßig unter `~/.kube/config`.
266266
267267
## Überprüfen der kubectl-Konfiguration

content/en/blog/_posts/2015-07-00-The-Growing-Kubernetes-Ecosystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Mesosphere has incorporated Kubernetes into its Data Center Operating System (DC
9595

9696
|
9797

98-
[Platalytics, Inc][24]. and announced the release of one-touch deploy-anywhere feature for its Spark Application Platform. Based on Kubernetes, Docker, and CoreOS, it allows simple and automated deployment of Apache Hadoop, Spark, and Platalytics platform, with a single click, to all major public clouds, including Google, Amazon, Azure, Digital Ocean, and private on-premise clouds. It also enables hybrid cloud scenarios, where resources on public and private clouds can be mixed.
98+
[Platalytics, Inc][24]. and announced the release of one-touch deploy-anywhere feature for its Spark Application Platform. Based on Kubernetes, Docker, and CoreOS, it allows simple and automated deployment of Apache Hadoop, Spark, and Platalytics platform, with a single click, to all major public clouds, including Google, Amazon, Azure, DigitalOcean, and private on-premise clouds. It also enables hybrid cloud scenarios, where resources on public and private clouds can be mixed.
9999

100100
|
101101
|

content/en/blog/_posts/2016-03-00-Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-aka-Ubernetes-Lite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Building highly available applications using Kubernetes new multi-zone clusters (a.k.a. 'Ubernetes Lite') "
33
date: 2016-03-29
44
slug: building-highly-available-applications-using-kubernetes-new-multi-zone-clusters-a.k.a-ubernetes-lite
5-
url: /blog/2016/03/Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-A.K.A-Ubernetes-Lite
5+
url: /blog/2016/03/Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-aka-Ubernetes-Lite
66
---
77
_Editor's note: this is the third post in a [series of in-depth posts](https://kubernetes.io/blog/2016/03/five-days-of-kubernetes-12) on what's new in Kubernetes 1.2_
88

content/en/blog/_posts/2016-03-00-Kubernetes-1-2-And-Simplifying-Advanced-Networking-With-Ingress.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Kubernetes 1.2 and simplifying advanced networking with Ingress "
33
date: 2016-03-31
44
slug: kubernetes-1.2-and-simplifying-advanced-networking-with-ingress
5-
url: /blog/2016/03/Kubernetes-1.2-And-Simplifying-Advanced-Networking-With-Ingress
5+
url: /blog/2016/03/Kubernetes-1-2-And-Simplifying-Advanced-Networking-With-Ingress
66
---
77
_Editor's note: This is the sixth post in a [series of in-depth posts](https://kubernetes.io/blog/2016/03/five-days-of-kubernetes-12) on what's new in Kubernetes 1.2._
88
_Ingress is currently in beta and under active development._

content/en/blog/_posts/2016-03-00-Kubernetes-1-2-Even-More-Performance-Upgrades-Plus-Easier-Application-Deployment-And-Management-.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Kubernetes 1.2: Even more performance upgrades, plus easier application deployment and management "
33
date: 2016-03-17
44
slug: kubernetes-1.2-even-more-performance-upgrades-plus-easier-application-deployment-and-management
5-
url: /blog/2016/03/Kubernetes-1.2-Even-More-Performance-Upgrades-Plus-Easier-Application-Deployment-And-Management
5+
url: /blog/2016/03/Kubernetes-1-2-Even-More-Performance-Upgrades-Plus-Easier-Application-Deployment-And-Management
66
---
77
Today we released Kubernetes 1.2. This release represents significant improvements for large organizations building distributed systems. Now with over 680 unique contributors to the project, this release represents our largest yet.
88

content/en/blog/_posts/2016-07-00-Five-Days-Of-Kubernetes-1-3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Five Days of Kubernetes 1.3 "
33
date: 2016-07-11
44
slug: five-days-of-kubernetes-1.3
5-
url: /blog/2016/07/Five-Days-Of-Kubernetes-1.3
5+
url: /blog/2016/07/Five-Days-Of-Kubernetes-1-3
66
---
77
Last week we [released Kubernetes 1.3](https://kubernetes.io/blog/2016/07/kubernetes-1.3-bridging-cloud-native-and-enterprise-workloads), two years from the day when the first Kubernetes commit was pushed to GitHub. Now 30,000+ commits later from over 800 contributors, this 1.3 releases is jam packed with updates driven by feedback from users.
88

content/en/blog/_posts/2016-07-00-Kubernetes-1-3-Bridging-Cloud-Native-And-Enterprise-Workloads.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Kubernetes 1.3: Bridging Cloud Native and Enterprise Workloads "
33
date: 2016-07-06
44
slug: kubernetes-1.3-bridging-cloud-native-and-enterprise-workloads
5-
url: /blog/2016/07/Kubernetes-1.3-Bridging-Cloud-Native-And-Enterprise-Workloads
5+
url: /blog/2016/07/Kubernetes-1-3-Bridging-Cloud-Native-And-Enterprise-Workloads
66
---
77
Nearly two years ago, when we officially kicked off the Kubernetes project, we wanted to simplify distributed systems management and provide the core technology required to everyone. The community’s response to this effort has blown us away. Today, thousands of customers, partners and developers are running clusters in production using Kubernetes and have joined the cloud native revolution. 
88

content/en/blog/_posts/2016-09-00-Kubernetes-1-4-Making-It-Easy-To-Run-On-Kuberentes-Anywhere.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Kubernetes 1.4: Making it easy to run on Kubernetes anywhere "
33
date: 2016-09-26
44
slug: kubernetes-1.4-making-it-easy-to-run-on-kuberentes-anywhere
5-
url: /blog/2016/09/Kubernetes-1.4-Making-It-Easy-To-Run-On-Kuberentes-Anywhere
5+
url: /blog/2016/09/Kubernetes-1-4-Making-It-Easy-To-Run-On-Kuberentes-Anywhere
66
---
77
Today we’re happy to announce the release of Kubernetes 1.4.
88

content/en/blog/_posts/2016-10-00-Production-Kubernetes-Dashboard-UI-1-4-improvements_3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " How we improved Kubernetes Dashboard UI in 1.4 for your production needs​ "
33
date: 2016-10-03
44
slug: production-kubernetes-dashboard-ui-1.4-improvements_3
5-
url: /blog/2016/10/Production-Kubernetes-Dashboard-UI-1.4-improvements_3
5+
url: /blog/2016/10/Production-Kubernetes-Dashboard-UI-1-4-improvements_3
66
---
77
With the release of [Kubernetes 1.4](https://kubernetes.io/blog/2016/09/kubernetes-1.4-making-it-easy-to-run-on-kuberentes-anywhere) last week, Dashboard – the official web UI for Kubernetes – has a number of exciting updates and improvements of its own. The past three months have been busy ones for the Dashboard team, and we’re excited to share the resulting features of that effort here. If you’re not familiar with Dashboard, the [GitHub repo](https://github.com/kubernetes/dashboard#kubernetes-dashboard) is a great place to get started.
88

content/en/blog/_posts/2016-12-00-Cluster-Federation-In-Kubernetes-1-5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Cluster Federation in Kubernetes 1.5 "
33
date: 2016-12-22
44
slug: cluster-federation-in-kubernetes-1.5
5-
url: /blog/2016/12/Cluster-Federation-In-Kubernetes-1.5
5+
url: /blog/2016/12/Cluster-Federation-In-Kubernetes-1-5
66
---
77
_Editor’s note: this post is part of a [series of in-depth articles](https://kubernetes.io/blog/2016/12/five-days-of-kubernetes-1.5) on what's new in Kubernetes 1.5_
88

content/en/blog/_posts/2016-12-00-Five-Days-Of-Kubernetes-1-5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Five Days of Kubernetes 1.5 "
33
date: 2016-12-19
44
slug: five-days-of-kubernetes-1.5
5-
url: /blog/2016/12/Five-Days-Of-Kubernetes-1.5
5+
url: /blog/2016/12/Five-Days-Of-Kubernetes-1-5
66
---
77
With the help of our growing community of 1,000 contributors, we pushed some 5,000 commits to extend support for production workloads and deliver [Kubernetes 1.5](https://kubernetes.io/blog/2016/12/kubernetes-1.5-supporting-production-workloads). While many improvements and new features have been added, we selected few to highlight in a series of in-depths posts listed below. 
88

content/en/blog/_posts/2016-12-00-Kubernetes-1-5-Supporting-Production-Workloads.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Kubernetes 1.5: Supporting Production Workloads "
33
date: 2016-12-13
44
slug: kubernetes-1.5-supporting-production-workloads
5-
url: /blog/2016/12/Kubernetes-1.5-Supporting-Production-Workloads
5+
url: /blog/2016/12/Kubernetes-1-5-Supporting-Production-Workloads
66
---
77

88
Today we’re announcing the release of Kubernetes 1.5. This release follows close on the heels of KubeCon/CloundNativeCon, where users gathered to share how they’re running their applications on Kubernetes. Many of you expressed interest in running stateful applications in containers with the eventual goal of running all applications on Kubernetes. If you have been waiting to try running a distributed database on Kubernetes, or for ways to guarantee application disruption SLOs for stateful and stateless apps, this release has solutions for you. 

content/en/blog/_posts/2017-03-00-Five-Days-Of-Kubernetes-1-6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Five Days of Kubernetes 1.6 "
33
date: 2017-03-29
44
slug: five-days-of-kubernetes-1.6
5-
url: /blog/2017/03/Five-Days-Of-Kubernetes-1.6
5+
url: /blog/2017/03/Five-Days-Of-Kubernetes-1-6
66
---
77

88
With the help of our growing community of 1,110 plus contributors, we pushed around 5,000 commits to deliver [Kubernetes 1.6](https://kubernetes.io/blog/2017/03/kubernetes-1.6-multi-user-multi-workloads-at-scale), bringing focus on multi-user, multi-workloads at scale. While many improvements have been contributed, we selected few features to highlight in a series of in-depths posts listed below. 

content/en/blog/_posts/2017-03-00-Kubernetes-1-6-Multi-User-Multi-Workloads-At-Scale.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Kubernetes 1.6: Multi-user, Multi-workloads at Scale "
33
date: 2017-03-28
44
slug: kubernetes-1.6-multi-user-multi-workloads-at-scale
5-
url: /blog/2017/03/Kubernetes-1.6-Multi-User-Multi-Workloads-At-Scale
5+
url: /blog/2017/03/Kubernetes-1-6-Multi-User-Multi-Workloads-At-Scale
66
---
77
Today we’re announcing the release of Kubernetes 1.6.
88

content/en/blog/_posts/2017-03-00-Scalability-Updates-In-Kubernetes-1-6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: " Scalability updates in Kubernetes 1.6: 5,000 node and 150,000 pod clusters "
33
date: 2017-03-30
44
slug: scalability-updates-in-kubernetes-1.6
5-
url: /blog/2017/03/Scalability-Updates-In-Kubernetes-1.6
5+
url: /blog/2017/03/Scalability-Updates-In-Kubernetes-1-6
66
---
77
_Editor’s note: this post is part of a [series of in-depth articles](https://kubernetes.io/blog/2017/03/five-days-of-kubernetes-1.6) on what's new in Kubernetes 1.6_
88

0 commit comments

Comments
 (0)