Re: Flink on block storage in k8s

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Flink on block storage in k8s

George Costea
Hi there,

Can flink be deployed to PVCs backed by block storage?  It seems the
only option is blob storage today.

Thanks,
George
Reply | Threaded
Open this post in threaded view
|

Re: Flink on block storage in k8s

Yang Wang
Hi George,

If you PVCs could be mounted ReadWriteMany[1], then I think Flink could be deployed on these PVs.
However, for the high availability enabled, you still need a distributed coordination system(ZooKeeper,
or the new introduced Kubernetes HA[2]) for the leader election/retrieval and meta storage. The real
data will be stored in the PV.


Best,
Yang

George Costea <[hidden email]> 于2020年11月20日周五 上午3:55写道:
Hi there,

Can flink be deployed to PVCs backed by block storage?  It seems the
only option is blob storage today.

Thanks,
George