From eab49bd6c47ab39b85eb604f05da41690ae42fb0 Mon Sep 17 00:00:00 2001 From: Benjamin Muschko Date: Fri, 28 Jul 2023 14:08:25 -0600 Subject: [PATCH] Change terminology --- exercises/02-pod/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/02-pod/instructions.md b/exercises/02-pod/instructions.md index fbdde4ff..6255d1a3 100644 --- a/exercises/02-pod/instructions.md +++ b/exercises/02-pod/instructions.md @@ -12,7 +12,7 @@ In this exercise, you will practice the creation of a new Pod in a namespace. Once created, you will inspect it, shell into it and run some operations inside of the container. -> **_NOTE:_** If you do not already have a cluster, you can create one by using minikube or you can use the Katacoda lab ["Creating and interacting with a Pod"](https://learning.oreilly.com/scenarios/ckad-pods-creating/9781098104818/). +> **_NOTE:_** If you do not already have a cluster, you can create one by using minikube or you can use the O'Reilly interactive lab ["Creating and interacting with a Pod"](https://learning.oreilly.com/scenarios/ckad-pods-creating/9781098104818/). 1. Create the namespace `ckad-prep`. 2. In the namespace `ckad-prep`, create a new Pod named `mypod` with the image `nginx:2.3.5`. Expose the port 80.