Menu
Coddy logo textTech

Recap - Namespace Navigator

Part of the Introduction to Kubernetes section of Coddy's Terminal journey. Lesson 33 of 45.

challenge icon

Challenge

Medium

Run a one-off task in its own namespace. Run these commands one after the other:

  1. Create a namespace named batch
  2. Create a Job named report in batch from the busybox image running echo "report ready"
  3. List the Pods in batch twice, until the Pod is Completed
  4. Read the logs of the report Job in batch

Try it yourself

Terminal

All lessons in Introduction to Kubernetes

Practice on your own: Terminal playground