Skip to content

Commit

Permalink
Change terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Jul 28, 2023
1 parent f0c6d14 commit eab49bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/02-pod/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eab49bd

Please sign in to comment.