Broken Deployment Triage
Part of the Introduction to Kubernetes section of Coddy's Terminal journey. Lesson 45 of 45.
Challenge
MediumA teammate's Deployment will not start. Apply deployment.yaml as it is, list the Pods and describe them to find out why they fail. Then open the file from the file tree, fix the image tag, save it, apply it again, and list the Pods until both replicas are Running.
- Apply the manifest
- List the Pods
- Describe the Pods labelled
app=worker - Fix the image in
deployment.yamland apply it again - List the Pods
Try it yourself
Terminal
All lessons in Introduction to Kubernetes
Practice on your own: Terminal playground