You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tutorials/_index.md
+15-17
Original file line number
Diff line number
Diff line change
@@ -8,42 +8,40 @@ This section of the Kubernetes documentation contains tutorials.
8
8
A tutorial shows how to accomplish a goal that is larger than a single
9
9
[task](/docs/tasks/). Typically a tutorial has several sections,
10
10
each 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
12
12
[Standardized Glossary](/docs/reference/glossary/) page for later references.
13
13
14
+
## Basics
15
+
14
16
*[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.
15
17
16
18
*[Scalable Microservices with Kubernetes (Udacity)](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615)
17
19
18
20
*[Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
*[Example: WordPress and MySQL with Persistent Volumes](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
41
39
42
40
*[Example: Deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
43
41
44
42
*[Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
45
43
46
-
####CI/CD Pipeline
44
+
## CI/CD Pipeline
47
45
48
46
*[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)
49
47
@@ -53,15 +51,15 @@ Before walking through each tutorial, you may want to bookmark the
53
51
54
52
*[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)
55
53
56
-
#### Connecting Applications
54
+
##Clusters
57
55
58
-
*[Connecting a Front End to a Back End Using a Service](/docs/tutorials/connecting-apps/connecting-frontend-backend/)
0 commit comments