From 742fd8a30bd11605b58c07b53c858236da2fd00c Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Tue, 2 May 2017 12:05:34 -0700 Subject: [PATCH] Link to 'why containers' in kubernetes-basics Fixes #3472. Signed-off-by: Ahmet Alp Balkan --- docs/tutorials/kubernetes-basics/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/kubernetes-basics/index.html b/docs/tutorials/kubernetes-basics/index.html index 5fc4b5b9bb..6ca937b19f 100644 --- a/docs/tutorials/kubernetes-basics/index.html +++ b/docs/tutorials/kubernetes-basics/index.html @@ -17,7 +17,7 @@ title: Overview

Kubernetes Basics

-

This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system. Each module contains some background information on major Kubernetes features and concepts, and includes an interactive online tutorial. These interactive tutorials let you manage a simple cluster and its containerized applications for yourself.

+

This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system. Each module contains some background information on major Kubernetes features and concepts, and includes an interactive online tutorial. These interactive tutorials let you manage a simple cluster and its containerized applications for yourself.

Using the interactive tutorials, you can learn to:

  • Deploy a containerized application on a cluster