We are deploying a flink application cluster on k8S. Following the official
documentation the JM is deployed As a job resource , however we are
deploying a long running flink job that is not supposed to be terminated
and also we need to update the image of the flink job.

 The problem is that the job is an immutable resource, we cant update it.

So I'm wondering if it's possible to use a deployment resource for the
jobmanager and if there will be any side effects or repercussions.

Thanks,

Reply via email to