Build systems—DSA, System Design, Workflows & more.
MAR 28, 202410 min read

Kubernetes Production Checklist

  • kubernetes
  • production
  • operations

Pre-production checklist

  • Resource requests and limits
  • Liveness/readiness probes on all services
  • PodDisruptionBudgets and topology spread
  • Network policies and pod security standards

Don't ship to prod without these.