Kubernetes Operations

Covers running workloads through Kubernetes's control loop — requests/limits, liveness/readiness/startup probes, reading describe/events to debug CrashLoopBackOff, OOMKilled, Pending, or empty endpoints, safe rollouts and undo, and guardrails like PodDisruptionBudgets. Use this whenever the user is debugging a pod that won't start or keeps restarting, tuning probes or resource limits, or planning a rollout or rollback. For Service/Ingress traffic issues use `kubernetes-networking`; for scaling policy use `autoscaling`.

arjunprabhulal Updated

File contents

arjunprabhulal/devops-skills/tree/main/skills/kubernetes/kubernetes-operations commit ab603a9fbf

Frequently asked questions

npx skillmds@latest add arjunprabhulal/kubernetes-operations