Re: Flink on block storage in k8s

Posted by Yang Wang on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Re-Flink-on-block-storage-in-k8s-tp39643p39654.html

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.

[1]. https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes
[2]. https://cwiki.apache.org/confluence/display/FLINK/FLIP-144%3A+Native+Kubernetes+HA+for+Flink

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