Re: running flink job cluster on kubernetes with HA

2018-11-13 Thread miki haiat
Its looks like in the next version 1.7 you can achieve HA on Kubernetes without zookeeper . Anyway for now you can configure one zookeeper path to save the data , the path should be some distribute FS like HDFS ,S3 fs. Thanks , Miki On Tue, No

running flink job cluster on kubernetes with HA

2018-11-13 Thread aviad
Hi, I want to run several jobs under kubernetes using "flink job cluster" (see - https://ci.apache.org/projects/flink/flink-docs-stable/ops/deployment/kubernetes.html#flink-job-cluster-on-kubernetes), meaning each job is running on a different flink cluster. I want to configure the cluster with H