From 3543676a5abc48b2864252696469b9318c6cc8e6 Mon Sep 17 00:00:00 2001 From: PranitRout07 <102309095+PranitRout07@users.noreply.github.com> Date: Thu, 28 Sep 2023 07:39:47 +0530 Subject: [PATCH] Removed extra spaces between lines. issue : unnecessary spaces present between the lines. --- content/en/docs/tutorials/_index.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/content/en/docs/tutorials/_index.md b/content/en/docs/tutorials/_index.md index 75d1ac2fc865c..97a3bacbdf6a5 100644 --- a/content/en/docs/tutorials/_index.md +++ b/content/en/docs/tutorials/_index.md @@ -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