Skip to content

Commit

Permalink
Removed extra spaces between lines.
Browse files Browse the repository at this point in the history
issue : unnecessary spaces present between the lines.
  • Loading branch information
PranitRout07 committed Sep 28, 2023
1 parent c3ab538 commit 3543676
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions content/en/docs/tutorials/_index.md
Expand Up @@ -20,31 +20,24 @@ Before walking through each tutorial, you may want to bookmark the
## 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.

* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)

* [Hello Minikube](/docs/tutorials/hello-minikube/)

## Configuration

* [Example: Configuring a Java Microservice](/docs/tutorials/configuration/configure-java-microservice/)

* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)

## Stateless Applications

* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)

* [Example: Deploying PHP Guestbook application with Redis](/docs/tutorials/stateless-application/guestbook/)

## Stateful Applications

* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)

* [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/)

## Services
Expand Down

0 comments on commit 3543676

Please sign in to comment.