@@ -8,42 +8,40 @@ This section of the Kubernetes documentation contains tutorials.
88A tutorial shows how to accomplish a goal that is larger than a single
99[task](/docs/tasks/). Typically a tutorial has several sections,
1010each of which has a sequence of steps.
11-Before walking through each tutorial, you may want to bookmark the
11+Before walking through each tutorial, you may want to bookmark the
1212[Standardized Glossary](/docs/reference/glossary/) page for later references.
131314+## Basics
15+1416* [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.
15171618* [Scalable Microservices with Kubernetes (Udacity)](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615)
17191820* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
192120-* [Hello Minikube](/docs/tutorials/stateless-application/hello-minikube/)
21-22-#### Stateless Applications
22+* [Hello Minikube](/docs/tutorials/hello-minikube/)
232324-* [Running a Stateless Application Using a Deployment](/docs/tutorials/stateless-application/run-stateless-application-deployment/)
24+## Configuration
252526-* [Example: PHP Guestbook application with Redis](/docs/tutorials/stateless-application/guestbook/)
26+* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
272728-* [Using a Service to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address-service/)
28+## Stateless Applications
29293030* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)
313132-#### Stateful Applications
32+* [Example: Deploying PHP Guestbook application with Redis](/docs/tutorials/stateless-application/guestbook/)
333334-* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
34+## Stateful Applications
353536-* [Running a Single-Instance Stateful Application](/docs/tutorials/stateful-application/run-stateful-application/)
37-38-* [Running a Replicated Stateful Application](/docs/tasks/run-application/run-replicated-stateful-application/)
36+* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
39374038* [Example: WordPress and MySQL with Persistent Volumes](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
41394240* [Example: Deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
43414442* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
454346-#### CI/CD Pipeline
44+## CI/CD Pipeline
47454846* [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)
4947@@ -53,15 +51,15 @@ Before walking through each tutorial, you may want to bookmark the
53515452* [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)
555356-#### Connecting Applications
54+## Clusters
575558-* [Connecting a Front End to a Back End Using a Service](/docs/tutorials/connecting-apps/connecting-frontend-backend/)
56+* [AppArmor](/docs/tutorials/clusters/apparmor/)
595760-#### Services
58+## Services
61596260* [Using Source IP](/docs/tutorials/services/source-ip/)
636164-### What's next
62+## What's next
65636664If you would like to write a tutorial, see
6765[Using Page Templates](/docs/home/contribute/page-templates/)