Recap - Pod Doctor
Part of the Introduction to Kubernetes section of Coddy's Terminal journey. Lesson 25 of 45.
Challenge
MediumDiagnose and fix a broken Pod. Run these commands one after the other:
- Start a Pod named
typofrom the imageredis:latst - List the Pods and notice the pull error
- Describe the
typoPod to read the failed event - Delete the Pod
- Start it again, this time from the correct
redisimage - List the Pods to confirm it is
Running
Try it yourself
Terminal
All lessons in Introduction to Kubernetes
Practice on your own: Terminal playground