Hi, Generally, whether a new build is performed or not, a rollout deployment is triggered, so the Pod(s) for the previous version won't be terminated until the Pod(s) for the new version get ready. So there is no downtime, even if a new build is performed.
> On 10 Mar 2022, at 15:50, Roberto Camelk <betonetotbo.cam...@gmail.com> wrote: > > When an integration is running in my k8s cluster via Camel-K operator, > what happens if I re-run it and it will rebuild? > > There will be downtime? This downtime will be from the beginning of > the build phase, or just when it switches the POD to the new image?