All topics / kubectl, Day to Day

kubectl, Day to Day

The Kubernetes commands you actually use: get/describe/logs/exec to see what's happening, apply to change it, and the debugging loop when a pod won't start.

  1. The mental model: kubectl talks to one API
  2. The commands you actually run
  3. When a pod won't start: the debugging loop