DevOpsLab

Course3 · DevOps exam scenarios → Troubleshooting & incident response

3 · DevOps exam scenarios

Theory · Troubleshooting & incident response

16 min · Module 13 · Theory

How to study this topic

  1. Read the theory below (concepts, bullets, and shell/YAML examples).
  2. Try the Exam pool and Book quizzes in this module.
  3. After each quiz, use Show answer on every question to review.

Troubleshooting & incident response

Follow runbooks: assess impact, mitigate (rollback/scale), communicate, root-cause after stability. Use metrics/logs/traces to narrow blast radius — CrashLoopBackOff, OOM, disk full, dependency timeout.

Shell, YAML & config examples

# K8s triage
kubectl get events --sort-by='.lastTimestamp'
kubectl describe pod $POD
kubectl logs $POD --previous   # crashed container

Hands-on practice: /lab/

Log in to track progress / take quizzes