Re: how to run job and make jobmanager HA

2021-09-25 Thread houssem
1)You can use the application cluster mode you can find how to configure in the official flink documentation https://ci.apache.org/projects/flink/flink-docs-release-1.12/deployment/resource-providers/standalone/kubernetes.html#deploy-application-cluster 2)for HA you can use kubernetes HA: http

Re: how to run job and make jobmanager HA

2021-09-24 Thread Dhiru
please let me know if anyone can help me on this On Friday, September 24, 2021, 01:45:39 PM EDT, Dhiru wrote: spec:  replicas: 1  selector:    matchLabels:      app: flink      component: jobmanager  template:    metadata:      labels:        app: flink        component: jobmanager 

how to run job and make jobmanager HA

2021-09-24 Thread Dhiru
spec:  replicas: 1  selector:    matchLabels:      app: flink      component: jobmanager  template:    metadata:      labels:        app: flink        component: jobmanager    spec:      serviceAccountName: msc-s3-shared-content      containers:      - name: jobmanager        image: test:latest