How does rolling update works for deployment with One Pod ?
Anonimo
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.