coolderli commented on issue #4558:
URL: https://github.com/apache/gravitino/issues/4558#issuecomment-2304515545

   @diqiu50 I'm not sure if the fsspec fuse is a good way. Because in most 
cases we need to use it in a container environment, we not only need to 
implement fuse, but also need to implement k8s CSI. 
https://juicefs.com/docs/zh/csi/introduction/
   
   On the other hand, using CSI in a cloud environment may not be feasible 
because it requires some configuration in the k8s cluster, although this is not 
a problem in our private cluster. Using fsspec fuse can help us avoid this 
situation, as we do not need to make any modifications to the existing k8s 
cluster. You can take a look at this article: 
https://mp.weixin.qq.com/s/j6AlSqKxKInAKeBfADJdOA.  The Juice team has also 
raised similar concerns about CSI.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to