|
|
|
|
|
by samnco
3349 days ago
|
|
You have several options: * Run Ceph in separate nodes and connect it to the cluster. With Juju, you can do that from the bundle, as Ceph is also a supported workloads. This gives you scale for storage * Run Ceph within the cluster with a Helm chart. We see that for openstack-helm for example. Also gives you scale, but the lack of device discovery makes it less interesting in my opinion * Run an NFS server, plain easy but not very scalable. * Use hostpath, which is the default but doesn't get you scale. |
|