beginnerWorkloads I: Deployment & ReplicaSet

What do maxUnavailable and maxSurge control?

maxUnavailable caps how far below desired replica count the rollout can go. maxSurge caps how far above desired it can go temporarily. Both zero is invalid -- the rollout is impossible. Tuning them balances rollout speed vs capacity headroom.

This is a Pro chapter

Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.

What do maxUnavailable and maxSurge control?

Next Step

Continue to How does kubectl rollout undo work mechanically?← Back to all Kubernetes questions