From 1d01780e7eb66d30b88d4e534523ed2db986a7ec Mon Sep 17 00:00:00 2001 From: xu0o0 Date: Thu, 24 Aug 2017 02:17:41 +0800 Subject: [PATCH] translating by @haoqixu --- sources/tech/20170102 What is Kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tech/20170102 What is Kubernetes.md b/sources/tech/20170102 What is Kubernetes.md index 522b9099c6..e0858bf06d 100644 --- a/sources/tech/20170102 What is Kubernetes.md +++ b/sources/tech/20170102 What is Kubernetes.md @@ -1,4 +1,4 @@ -### What is Kubernetes? +### 【翻译中@haoqixu】What is Kubernetes? Kubernetes, or k8s ( _k, 8 characters, s...get it?_ ), or “kube” if you’re into brevity, is an open source platform that automates [Linux container][3] operations. It eliminates many of the manual processes involved in deploying and scaling containerized applications. In other words, you can cluster together groups of hosts running Linux containers, and Kubernetes helps you easily and efficiently manage those clusters. These clusters can span hosts across [public][4], [private][5], or hybrid clouds.