Question d’entretien chez Nokia

How does rolling update works for deployment with One Pod ?

Réponse à la question d'entretien

Utilisateur anonyme

28 déc. 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.