Fix up Tutorials landing page and Tutorials left nav. (#8557)

* Fix up Tutorials landing page and Tutorials left nav.

* Add redirects. Fix bullet.
This commit is contained in:
Steve Perry
2018-05-15 15:29:27 -07:00
committed by k8s-ci-robot
parent 6bbc4df29b
commit 21fd86ed4b
38 changed files with 84 additions and 24 deletions
+15 -17
View File
@@ -8,42 +8,40 @@ This section of the Kubernetes documentation contains tutorials.
A tutorial shows how to accomplish a goal that is larger than a single
[task](/docs/tasks/). Typically a tutorial has several sections,
each of which has a sequence of steps.
Before walking through each tutorial, you may want to bookmark the
Before walking through each tutorial, you may want to bookmark the
[Standardized Glossary](/docs/reference/glossary/) page for later references.
## 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.
* [Scalable Microservices with Kubernetes (Udacity)](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615)
* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
* [Hello Minikube](/docs/tutorials/stateless-application/hello-minikube/)
* [Hello Minikube](/docs/tutorials/hello-minikube/)
#### Stateless Applications
## Configuration
* [Running a Stateless Application Using a Deployment](/docs/tutorials/stateless-application/run-stateless-application-deployment/)
* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
* [Example: PHP Guestbook application with Redis](/docs/tutorials/stateless-application/guestbook/)
* [Using a Service to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address-service/)
## Stateless Applications
* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)
#### Stateful Applications
* [Example: Deploying PHP Guestbook application with Redis](/docs/tutorials/stateless-application/guestbook/)
## Stateful Applications
* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
* [Running a Single-Instance Stateful Application](/docs/tutorials/stateful-application/run-stateful-application/)
* [Running a Replicated Stateful Application](/docs/tasks/run-application/run-replicated-stateful-application/)
* [Example: WordPress and MySQL with Persistent Volumes](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
* [Example: Deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
#### CI/CD Pipeline
## CI/CD Pipeline
* [Set Up a CI/CD Pipeline with Kubernetes Part 1: Overview](https://www.linux.com/blog/learn/chapter/Intro-to-Kubernetes/2017/5/set-cicd-pipeline-kubernetes-part-1-overview)
@@ -53,15 +51,15 @@ Before walking through each tutorial, you may want to bookmark the
* [Set Up CI/CD for a Distributed Crossword Puzzle App on Kubernetes (Part 4)](https://www.linux.com/blog/learn/chapter/intro-to-kubernetes/2017/6/set-cicd-distributed-crossword-puzzle-app-kubernetes-part-4)
#### Connecting Applications
## Clusters
* [Connecting a Front End to a Back End Using a Service](/docs/tutorials/connecting-apps/connecting-frontend-backend/)
* [AppArmor](/docs/tutorials/clusters/apparmor/)
#### Services
## Services
* [Using Source IP](/docs/tutorials/services/source-ip/)
### What's next
## What's next
If you would like to write a tutorial, see
[Using Page Templates](/docs/home/contribute/page-templates/)
+1 -1
View File
@@ -1,5 +1,5 @@
---
title: "Clusters"
weight: 100
weight: 60
---
@@ -1,5 +1,5 @@
---
title: "Configuration"
weight: 70
weight: 30
---
@@ -1,67 +0,0 @@
---
title: Example Tutorial Template
reviewers:
- chenopis
content_template: templates/tutorial
---
{{% capture overview %}}
**NOTE:** Be sure to also [create an entry in the table of contents](/docs/home/contribute/write-new-topic/#creating-an-entry-in-the-table-of-contents) for your new document.
This page shows how to ...
{{% /capture %}}
{{% capture prerequisites %}}
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
* Do this.
* Do this too.
{{% /capture %}}
{{% capture objectives %}}
* Learn this.
* Build this.
* Run this.
{{% /capture %}}
{{% capture lessoncontent %}}
## Building ...
1. Do this.
1. Do this next. Possibly read this [related explanation](...).
## Running ...
1. Do this.
1. Do this next.
## Understanding the code
Here's something interesting about the code you ran in the preceding steps.
{{% /capture %}}
{{% capture cleanup %}}
**[Optional Section]**
* Delete this.
* Stop this.
{{% /capture %}}
{{% capture whatsnext %}}
**[Optional Section]**
* Learn more about [Writing a New Topic](/docs/home/contribute/write-new-topic/).
* See [Using Page Templates - Tutorial template](/docs/home/contribute/page-templates/#tutorial_template) for how to use this template.
{{% /capture %}}
@@ -1,6 +1,7 @@
---
title: Hello Minikube
content_template: templates/tutorial
weight: 5
---
{{% capture overview %}}
@@ -0,0 +1,5 @@
---
title: Kubernetes Basics
weight: 10
---
@@ -0,0 +1,4 @@
---
title: Create a Cluster
weight: 10
---
@@ -1,5 +1,6 @@
---
title: Interactive Tutorial - Creating a Cluster
weight: 20
---
<!DOCTYPE html>
@@ -1,5 +1,6 @@
---
title: Using Minikube to Create a Cluster
weight: 10
---
<!DOCTYPE html>
@@ -0,0 +1,4 @@
---
title: Deploy an App
weight: 20
---
@@ -1,5 +1,6 @@
---
title: Interactive Tutorial - Deploying an App
weight: 20
---
<!DOCTYPE html>
@@ -1,5 +1,6 @@
---
title: Using kubectl to Create a Deployment
weight: 10
---
<!DOCTYPE html>
@@ -0,0 +1,4 @@
---
title: Explore Your App
weight: 30
---
@@ -1,5 +1,6 @@
---
title: Interactive Tutorial - Exploring Your App
weight: 20
---
<!DOCTYPE html>
@@ -1,5 +1,6 @@
---
title: Viewing Pods and Nodes
weight: 10
---
<!DOCTYPE html>
@@ -0,0 +1,4 @@
---
title: Expose Your App Publicly
weight: 40
---
@@ -1,5 +1,6 @@
---
title: Interactive Tutorial - Exposing Your App
weight: 20
---
<!DOCTYPE html>
@@ -1,5 +1,6 @@
---
title: Using a Service to Expose Your App
weight: 10
---
<!DOCTYPE html>
@@ -1,6 +1,6 @@
---
title: Overview
linkTitle: Try Our Interactive Tutorials
weight: 10
---
<!DOCTYPE html>
@@ -0,0 +1,4 @@
---
title: Scale Your App
weight: 50
---
@@ -1,5 +1,6 @@
---
title: Interactive Tutorial - Scaling Your App
weight: 20
---
<!DOCTYPE html>
@@ -1,5 +1,6 @@
---
title: Running Multiple Instances of Your App
weight: 10
---
<!DOCTYPE html>
@@ -0,0 +1,4 @@
---
title: Update Your App
weight: 60
---
@@ -1,5 +1,6 @@
---
title: Interactive Tutorial - Updating Your App
weight: 20
---
<!DOCTYPE html>
@@ -1,5 +1,6 @@
---
title: Performing a Rolling Update
weight: 10
---
<!DOCTYPE html>
@@ -1,5 +1,5 @@
---
title: "Online Training Courses"
weight: 30
weight: 20
---
+1 -1
View File
@@ -1,5 +1,5 @@
---
title: "Services"
weight: 110
weight: 70
---
@@ -1,5 +1,5 @@
---
title: "Stateful Applications"
weight: 90
weight: 50
---
@@ -8,6 +8,7 @@ reviewers:
- smarterclayton
title: StatefulSet Basics
content_template: templates/tutorial
weight: 10
---
{{% capture overview %}}
@@ -3,6 +3,7 @@ title: "Example: Deploying Cassandra with Stateful Sets"
reviewers:
- ahmetb
content_template: templates/tutorial
weight: 30
---
{{% capture overview %}}
@@ -3,6 +3,7 @@ title: "Example: Deploying WordPress and MySQL with Persistent Volumes"
reviewers:
- ahmetb
content_template: templates/tutorial
weight: 20
---
{{% capture overview %}}
@@ -9,6 +9,7 @@ reviewers:
- smarterclayton
title: Running ZooKeeper, A Distributed System Coordinator
content_template: templates/tutorial
weight: 40
---
{{% capture overview %}}
@@ -1,5 +1,5 @@
---
title: "Stateless Applications"
weight: 90
weight: 40
---
@@ -1,6 +1,7 @@
---
title: Exposing an External IP Address to Access an Application in a Cluster
content_template: templates/tutorial
weight: 10
---
{{% capture overview %}}
@@ -3,6 +3,7 @@ title: "Example: Deploying PHP Guestbook application with Redis"
reviewers:
- ahmetb
content_template: templates/tutorial
weight: 20
---
{{% capture overview %}}