How does rolling update works for deployment with One Pod ?
Anonymous
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.
Check out your Company Bowl for anonymous work chats.