Anyone has success or pointer on using the kubernetes to create a pod that mounts ceph rbd within the docker container?
The following example from kubernetes uses Fedora 21 with installation of ceph binaries, which won't work in CoreOS.
http://kubernetes.io/v1.0/examples/rbd/
or
http://www.sebastien-han.fr/blog/2015/06/29/bring-persistent-storage-for-your-containers-with-krbd-on-kubernetes/