Re: Rolling update of flink cluster in kubernetes

2020-07-22 Thread Yang Wang
Hi Suraj, AFAIK, it is not a good practice to rolling update the JobManager and TaskManagers. Since every restarting of Pod will cause a failover of Flink job. Instead, i prefer to enable the HA configuration(e.g. zookeeper), then you could completely delete the current deployment and start a new

Rolling update of flink cluster in kubernetes

2020-07-22 Thread Suraj Puvvada
Hello Wanted to understand the best practices around running Flink in Kubernetes especially from a continuous deployment perspective. Is it possible to do a rolling update ? Thanks Suraj