Re: Flink on block storage in k8s

2020-11-19 Thread 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


Re: Flink on block storage in k8s

2020-11-19 Thread 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.

[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  于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
>