Maxunavailable — Certified Kubernetes App Developer (CKAD) Practice Questions

maxUnavailable is a rolling update parameter that sets the maximum number of pods that can be unavailable, meaning not in a Ready state, at any point during a rolling update. Like maxSurge, it accepts an absolute number or a percentage, and setting it to zero guarantees that capacity never drops below the desired replica count at the expense of a slower rollout. CKAD candidates must understand the interplay between maxUnavailable and maxSurge to configure deployment strategies that meet availability and speed requirements in exam tasks.

Free questions on maxunavailable

A Deployment's rolling update strategy allows updating Pods gradually. What two fields control this behavior?
Free question · medium · full answer + explanation

More maxunavailable questions in the full bank

Practice Certified Kubernetes App Developer (CKAD) Questions Free