Menu
Coddy logo textTech

Recap - Pod Doctor

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

challenge icon

Challenge

Medium

Diagnose and fix a broken Pod. Run these commands one after the other:

  1. Start a Pod named typo from the image redis:latst
  2. List the Pods and notice the pull error
  3. Describe the typo Pod to read the failed event
  4. Delete the Pod
  5. Start it again, this time from the correct redis image
  6. List the Pods to confirm it is Running

Try it yourself

Terminal

All lessons in Introduction to Kubernetes

Practice on your own: Terminal playground