Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 163 Bytes

debugging-pods.md

File metadata and controls

7 lines (5 loc) · 163 Bytes

Debugging Pods

How ?

  1. Which pod is in charge
  2. Problems when starting: kubectl describe po mypod
  3. Problems while running: kubectl logs mypod