What kind of storage should I choose #6431
-
Known NFS is not suitable: https://sbg.technology/2018/07/10/kafka-nfs/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
In general, you should use block storage and not file storage such as NFS. But which one, that depends on you and your environment. The cloud native block storage (as offered by Ceph and others) should work, but it might be challenging performance-wise since it often shares the same networks with Kafka etc. You could also use local storage which is a choice often used with on-prem bare metal clusters. Or some iSCSI / FibreChannel appliances if you have them. If you run in public clouds, the things such as AWS EBS volumes work also well. |
Beta Was this translation helpful? Give feedback.
In general, you should use block storage and not file storage such as NFS. But which one, that depends on you and your environment. The cloud native block storage (as offered by Ceph and others) should work, but it might be challenging performance-wise since it often shares the same networks with Kafka etc. You could also use local storage which is a choice often used with on-prem bare metal clusters. Or some iSCSI / FibreChannel appliances if you have them. If you run in public clouds, the things such as AWS EBS volumes work also well.