Re: Kubernetes Setup - JM as job vs JM as deployment

2021-04-26 Thread Yangze Guo
Hi, Gil IIUC, you want to deploy Flink cluster using YAML files yourselves and want to know whether the JM should be deployed as Job[1] or Deployment. If that is the case, as Matthias mentioned, Flink provides two ways to integrate with K8S [2][3], in [3] the JM will be deployed as a Deployment.

Re: Kubernetes Setup - JM as job vs JM as deployment

2021-04-22 Thread Matthias Pohl
Hi Gil, I'm not sure whether I understand you correctly. What do you mean by deploying the job manager as "job" or "deployment"? Are you referring to the different deployment modes, Flink offers [1]? These would be independent of Kubernetes. Or do you wonder what the differences are between the

Kubernetes Setup - JM as job vs JM as deployment

2021-04-21 Thread Gil Amsalem
Hi, I found that there are 2 different approaches to setup Flink over kubernetes. 1. Deploy job manager as Job. 2. Deploy job manager as Deployment. What is the recommended way? What are the benefits of each? Thanks, Gil Amsalem