Domanda di colloquio di Nokia

How does rolling update works for deployment with One Pod ?

Risposta di colloquio

Anonimo

28 dic 2022

If a deployment is restarted then it create a new replicaset and scales down the old replicaset to 0, hence deletes the old pod, then it scales up the new replicaset to 1, and creates the new pod.