Menu
Coddy logo textTech

Cluster Detective

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

challenge icon

Challenge

Medium

Find a Pod wherever it hides. Run these commands one after the other:

  1. Create a namespace named ops
  2. Start a Pod named monitor from the nginx image in ops, labelled app=monitor
  3. List the Pods in ops with their labels
  4. List the Pods of every namespace that carry the label app=monitor

Try it yourself

Terminal

All lessons in Introduction to Kubernetes

Practice on your own: Terminal playground