From 090b6360149a5000f8b74c9759f4d871714fd8a5 Mon Sep 17 00:00:00 2001 From: Pengfei Ni Date: Wed, 14 Feb 2018 15:51:42 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33836d3..04e9cad 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Kubernetes The Hard Way is optimized for learning, which means taking the long r > The results of this tutorial should not be viewed as production ready, and may receive limited support from the community, but don't let that stop you from learning! +Translations: + +* [Chinese](https://github.com/feiskyer/kubernetes-handbook/blob/master/deploy/kubernetes-the-hard-way/index.md) + ## Target Audience The target audience for this tutorial is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together.