Kubernetes + CoreOS + Ceph RBD

10/6/2015

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/

-- DanC77
ceph
coreos
kubernetes

2 Answers

12/7/2015

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

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

-- MrE
Source: StackOverflow

10/6/2015

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

-- janetkuo
Source: StackOverflow