Skip to content

datenkollektiv/ceph-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ceph Playground

The main idea of this playground is to provide an easy to use Ceph environment to simply play around with the technology.

Please check the companion blog post - Kick-start Development with Ceph for more details.

TL;DR

Spin up the container with docker compose -p ceph -d up ceph.

Use Ceph Nano to access the bucket sandbox

Examples

Use the embedded s3cmd inside the ceph container docker exec -it ceph-playground_ceph_1 /bin/bash

s3cmd --access_key=sandbox --secret_key=s3cr3t ls s3://sandbox

Create test data

docker exec -it ceph-playground_ceph_1 /tools/prepare-test-environment.sh

add grab the prepared s3cmd configurations like follows from docker/ceph/tools/:

s3cmd --config sandbox.s3cfg ls s3://sandbox 
s3cmd --config docker/ceph/tools/admin.s3cfg ls s3://delivery-sample-data 

About

A Docker based Ceph setup for local development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages