Skip to content

Commit 3543676

Browse files
authored
Removed extra spaces between lines.
issue : unnecessary spaces present between the lines.
1 parent c3ab538 commit 3543676

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

content/en/docs/tutorials/_index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,24 @@ Before walking through each tutorial, you may want to bookmark the
2020
## Basics
2121

2222
* [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.
23-
2423
* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
25-
2624
* [Hello Minikube](/docs/tutorials/hello-minikube/)
2725

2826
## Configuration
2927

3028
* [Example: Configuring a Java Microservice](/docs/tutorials/configuration/configure-java-microservice/)
31-
3229
* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
3330

3431
## Stateless Applications
3532

3633
* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)
37-
3834
* [Example: Deploying PHP Guestbook application with Redis](/docs/tutorials/stateless-application/guestbook/)
3935

4036
## Stateful Applications
4137

4238
* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
43-
4439
* [Example: WordPress and MySQL with Persistent Volumes](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
45-
4640
* [Example: Deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
47-
4841
* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
4942

5043
## Services

0 commit comments

Comments
 (0)