Re: Deploying Jobs in Application Mode on Kubernetes native

2021-10-08 Thread Yang Wang
1) In application mode, the lifecycle of K8s resources(e.g. deployment, pods, ConfigMaps) is bound with Flink job. So it is impossible to stop the job and leave the Flink cluster running in application mode. For K8s session cluster, you could do this. It will help to save the time for launching a n

Deploying Jobs in Application Mode on Kubernetes native

2021-10-03 Thread Sangarshanan Veeraraghavan
Hi, I am currently working shipping flink jobs to production and have two general queries/ concerns regarding the deployment that I wanted to list down 1) Currently we deploy jobs on Kubernetes on Application mode and want to do a blue-green deployment but Stopping a job with Savepoint terminates