DanC77
DanC77

Reputation: 51

Kubernetes + CoreOS + Ceph RBD

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/

Upvotes: 3

Views: 4178

Answers (2)

MrE
MrE

Reputation: 20828

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

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

Upvotes: 3

janetkuo
janetkuo

Reputation: 2835

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

Upvotes: 1

Related Questions