Re: rook.io
Bassam Tabbara <Bassam.Tabbara@...>
Alexis,
toggle quoted messageShow quoted text
Thanks! We joined the Storage WG and will work with Ben on CSI and future projects.
The use case was running Rook Block storage on-top of ephemeral/instance storage on EC2 instances vs. using EBS storage. Rook would handle the replication of data across instances and stripe across them for performance. Pods in the cluster would
see this like any other volume.
For Pod failover, the detach / detach cycle is much faster than EBS. One of our users compared EBS to Rook [1] and showed that Rook volume failover happened in less than minutes vs. up to an hour with EBS.
Also EBS volumes only support a single writer (ReadWriteOnce in K8S) which makes them a poor candidate for hot failover scenarios underneath, say, Postgres or MySql. With the work we’re doing on the Rook Volume Plugin [2] we plan to support ReadWriteMany
to support a hotter failover where the app/service ontop can handle the fencing.
Finally, there are cost and performance tradeoffs for running on-top of ephemeral/instance storage vs. EBS. For example, a lot of the instance storage is unused in most deployments and has a high performance.
Happy to discuss in more detail.
Thanks!
Bassam
|
|