Modifies the overview for the Kubernetes Basics tutorial to make it more useful.

Adds a link to the Overview from the left-hand TOC.
Links to the Kubernetes Basics Tutorial from the Tutorials landing page.
This commit is contained in:
Devin Donnelly
2016-10-06 16:46:59 -07:00
parent 776fca11b0
commit 616f99b716
3 changed files with 19 additions and 5 deletions
+4
View File
@@ -3,6 +3,10 @@
The Tutorials section of the Kubernetes documentation is a work in progress.
#### Kubernetes Basics
* [Kubernetes Basics](/docs/tutorials/kubernetes-basics/) is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.
#### Stateless Applications
* [Running a Stateless Application Using a Deployment](/docs/tutorials/stateless-application/run-stateless-application-deployment/)