# Safer Kubernetes rollouts with minReadySeconds

DevFeed: [Safer Kubernetes rollouts with minReadySeconds](<https://devfeed.tech/articles/safer-kubernetes-rollouts-with-minreadyseconds-11707.md>)

Original publisher: [Read original article](<https://www.gremlin.com/blog/safer-kubernetes-rollouts-with-minreadyseconds>)

Author: Andre Newman

Published: 2026-08-20T00:00:00Z

Content type: article

Language: en

Sources: [Gremlin Blog](<https://devfeed.tech/sources/gremlin-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [load-balancer](<https://devfeed.tech/tags/load-balancer.md>)

## AI overview

This article explains how Kubernetes minReadySeconds makes newly created pods remain Ready for a defined period before rollout controllers remove the pods they replace. It describes how the setting improves rolling-update safety, supports pod disruption budgets, and allows time for external load balancers to register new backends.

## Source excerpt

minReadySeconds makes new pods prove they can stay ready before a rollout moves on. Learn what it controls, how to set it, and how to find workloads missing it.