Hi there!
I discovered Podman recently and started to use it as a great alternative to Docker.
My question is about application updates. Let's say you have a pod running and you
want to update the code for the app in that pod. Is there a simple manner to manage
something similar to a Kubernetes rolling update? By rolling update, I mean performing an
update with no service interruptions (i.e. starting a new pod running the new app version,
switch the network traffic to the new pod and terminate the old pod).
Kind Regards,
Laurent Pellegrino