Menu
Coddy logo textTech

Broken Deployment Triage

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

challenge icon

Challenge

Medium

A 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.

  1. Apply the manifest
  2. List the Pods
  3. Describe the Pods labelled app=worker
  4. Fix the image in deployment.yaml and apply it again
  5. List the Pods

Try it yourself

Terminal

All lessons in Introduction to Kubernetes

Practice on your own: Terminal playground