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.
Best,
Yang
Hi there,
Can flink be deployed to PVCs backed by block storage? It seems the
only option is blob storage today.
Thanks,
George