Explain rolling updates in Kubernetes.

🔧 DevOps• 9/21/2025
Gradually replace old pods with new pods to avoid downtime.

Rolling Update

  • Updates pods one by one.
  • Ensures high availability.
  • Configured in Deployment YAML.
By: System Admin