hi, is there any example about ha on k8s for flink session cluster.? I've checked the docs on flink.apache.org , seems no info about this
Currently, you still need zookeeper service to enable HA on k8s, and the configuration for this part is no different from YARN mode [1].
By the way, there also exists other solution to implement HA like etcd [2], but still in discussion.
[1] https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/jobmanager_high_availability.html#config-file-flink-confyaml
[2] https://issues.apache.org/jira/browse/FLINK-11105
Best
Yun Tang
From: 曾祥才 <[hidden email]> Date: Monday, November 25, 2019 at 9:28 AM To: User-Flink <[hidden email]> Subject: flink session cluster ha on k8s