3
votes

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/

2

2 Answers

3
votes

the project has evolved quite a bit. You can find the docker containers for CoreOS at

https://github.com/ceph/ceph-docker

1
votes

CoreOS Toolbox might be helpful. Simply run /usr/bin/toolbox and you should be able to install Ceph via yum.