Hello,
And if you want to go for a deployment, consider using a statefulset
instead. This way you are certain that, on upgrade, it will let the old
version exit before it starts the new version.
Greetings,
Frank
On 22.02.22 00:23, Austin Cawley-Edwards wrote:
Hey Marco,
There’s unfortuna
Hey Marco,
There’s unfortunately no perfect fit here, at least that I know of. A
Deployment will make it possible to upgrade the image, but does not support
container exits (eg if the Flink job completes, even successfully, K8s will
still restart the container). If you are only running long lived