From ea1e980806d1492883c57d443adb946d32c9af0c Mon Sep 17 00:00:00 2001 From: PranitRout07 Date: Thu, 26 Oct 2023 05:54:52 +0530 Subject: [PATCH] Assigned numbers to steps that were previously unlabeled. Update content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html Co-authored-by: Michael --- .../docs/tutorials/kubernetes-basics/expose/expose-intro.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html b/content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html index ad24db80442f3..5595ed089714e 100644 --- a/content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html +++ b/content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html @@ -94,7 +94,7 @@

Services and Labels

-

Create a new Service

+

Step 1: Creating a new Service

Let’s verify that our application is running. We’ll use the kubectl get command and look for existing Pods:

kubectl get pods

If no Pods are running then it means the objects from the previous tutorials were cleaned up. In this case, go back and recreate the deployment from the Using kubectl to create a Deployment tutorial. @@ -151,7 +151,7 @@

Step 2: Using labels

-

Deleting a service

+

Step 3: Deleting a service

To delete Services you can use the delete service subcommand. Labels can be used also here:

kubectl delete service -l app=kubernetes-bootcamp

Confirm that the Service is gone: