Hi KristoffSC, Currently, Flink could run in containerized environment and i think many users and companies deploy their production workloads on Kubernetes. For OpenShift, i think it is just like K8s. You could deploy standalone Flink session/per-job cluster by applying some yamls[1]. Also you could have a taste on the native integration. The community has not tested on a OpenShift environment and you could share your feedback after use.
>> task manager could be reasigned to different physical box? It does not matter where the taskmanager is assigned. When the network from taskmanager to jobmanager is normal, then it will register to the jobmanager again. [1]. https://ci.apache.org/projects/flink/flink-docs-release-1.10/ops/deployment/kubernetes.html [2]. https://ci.apache.org/projects/flink/flink-docs-release-1.10/ops/deployment/native_kubernetes.html KristoffSC <krzysiek.chmielew...@gmail.com> 于2020年2月21日周五 上午6:43写道: > Hi all, > are there any obstacles from running Flink Cluster on PaaS like OpenShift > for example? > Where for example, task manager could be reasigned to different physical > box? > Especially when Flink will be in form of Docker Job Cluster. > > Regards, > Krzysztof > > > > -- > Sent from: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ >