Link to 'why containers' in kubernetes-basics

Fixes #3472.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
pull/3605/head
Ahmet Alp Balkan 2017-05-02 12:05:34 -07:00 committed by Andrew Chen
parent a5fa73e180
commit 742fd8a30b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ title: Overview
<div class="row">
<div class="col-md-9">
<h2>Kubernetes Basics</h2>
<p>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.</p>
<p>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 <a href="/docs/concepts/overview/what-is-kubernetes/#why-containers">containerized applications</a> for yourself.</p>
<p>Using the interactive tutorials, you can learn to:</p>
<ul>
<li>Deploy a containerized application on a cluster</li>