---
title: Cloud storage at the edge with MicroCeph
description: Over the years, our enterprise data centre users have told us how much
  they love the end to end experience of an application-centric solution like Juju
  to manage their entire infrastructure.  Juju is a software operator framework that
  abstracts the specifics of operating complex software and makes it simple and straightforward
  to deploy,  […]
url: https://canonical.com/blog/cloud-storage-at-the-edge-with-microceph?format=md
---

1. [Blog](https://canonical.com/blog)
2. Article

---

[Philip Williams](https://canonical.com/blog/author/philwilliams "More about Philip Williams")

14 April 2023

# Cloud storage at the edge with MicroCeph

[ceph](https://canonical.com/blog/tag/ceph)
[Storage](https://canonical.com/blog/tag/storage)

---

Share the article

Over the years, our enterprise data centre users have told us how much they love the end to end experience of an application-centric solution like Juju to manage their entire infrastructure.  Juju is a software operator framework that abstracts the specifics of operating complex software and makes it simple and straightforward to deploy, operate and relate complimentary pieces of software, reducing cost and providing flexibility. [Charmed Ceph](https://ubuntu.com/ceph) uses Juju to manage the entire lifecycle of deployment, configuration, and operations of a Ceph cluster.

But, what if the use case is different?  Maybe all that is required is simple and repeatable Ceph storage deployments.  For example:

* At an Edge location where there isn’t much other infrastructure.
* In situations where the person deploying the hardware and software isn’t a Ceph expert.
* In cases where a developer  needs a real, local Ceph cluster that can be deployed and torn-down easily for development work.

The spectrum of enterprise Ceph

# Enter, MicroCeph

[MicroCeph](http://microceph.com/) is an opinionated Ceph deployment, with minimal setup and maintenance overhead, delivered as a Snap.  Snaps provide a secure and scalable way to deploy applications on Linux.  Any application, like Ceph, is containerised along with all of its dependencies and run fully sandboxed to minimise security risks.  Software updates are hassle-free, and respect the operational requirements of a running Ceph cluster.

The beauty of using Snaps to deliver MicroCeph is that each and every installation remains consistent, and isolated from the underlying host.  Channels allow users to move between releases with relative ease, by default pulling from latest/stable, but also with the option to consume latest/edge with the newest features.

Microcephd uses Dqlite to provide a distributed SQLite store to keep track of cluster nodes, the disks used as OSDs, and configuration such as the placement of services like the MONs, MGRs, RGWs and MDSs.

All native protocols (RBD, CephFS and RGW) are supported, as well as additional configuration features like at-rest encryption of the underlying disks used for OSDs.  Over time, additional features to manage the automatic handling of different failure domains will be added too, as well as the ability to scale-down a running cluster.

# Try it out

With a handful of commands and a few minutes, it’s possible to have a functional Ceph cluster up and running.  To get started, install the MicroCeph snap with the following command on each node to be used in the cluster:

```
snap install microceph
```

Connect the microceph snap to the block-devices and hardware-observe interfaces:

```
snap connect microceph:hardware-observe
```

Then bootstrap the cluster from the first node:

```
microceph cluster bootstrap
```

On the first node, add other nodes to the cluster:

```
microceph cluster add node[x]
```

Copy the resulting output to be used on node[x]:

```
microceph cluster join pasted-output-from-node1
```

Repeat these steps for each additional node you would like to add to the cluster.

Check the cluster status with the following command:

```
microceph.ceph status
```

Here you should see that all the nodes you added have joined the cluster, in the familiar ceph status output.

Next, add some disks to each node that will be used as OSDs:

```
microceph disk add /dev/sd[x] --wipe
```

Repeat for each disk you would like to use as an OSD on that node, and additionally on the other nodes in the cluster. Cluster status can be verified using

```
microceph.ceph status
```

```
microceph.ceph osd status
```

As we add additional functionality into MicroCeph its documentation will be updated [here](https://canonical-microceph.readthedocs-hosted.com/en/latest/).  We’d love to hear feedback from the community, PRs are very much welcomed [here](https://github.com/canonical/microceph).

# Additional resources

MicroCeph in the [Snap Store](https://snapcraft.io/microceph)

MicroCeph introduction at [Cephalocon 2023](https://www.youtube.com/watch?v=yswvKnK1-4k)

Learn more about cloud-native storage in this [white paper](https://ubuntu.com/engage/introduction-to-cloud-native-storage).

## Sign up for our newsletter

Get the latest Canonical news and updates in your inbox.

Work email:

\*I agree to receive information about Canonical's
products and services.

By submitting this form, I confirm that I have read and agree to [Canonical's Privacy Policy](https://canonical.com/legal/dataprivacy).

Sign up

## Share on

---

## Related posts

[### Predict, compare, and reduce costs with our S3 cost calculator](https://canonical.com/blog/predict-compare-and-reduce-costs-with-our-s3-cost-calculator)

Previously I have written about how useful public cloud storage can be when starting a new project without knowing how much data you will need to store. However, as datasets...

[Philip Williams](https://canonical.com/blog/author/philwilliams)

18 February 2026

[### MicroCeph: why it’s the superior MinIO alternative (and how to use it)](https://canonical.com/blog/microceph-why-its-the-superior-minio-alternative)

Recently, the team at MinIO moved the open source project into maintenance mode and will no longer accept any changes. That means that no new features or enhancements will be...

[Philip Williams](https://canonical.com/blog/author/philwilliams)

19 December 2025

[### How to reduce data storage costs by up to 50% with Ceph](https://canonical.com/blog/how-to-reduce-data-storage-costs-by-up-to-50-with-ceph)

Canonical Ceph with IntelⓇ Quick Assist Technology (QAT) In our last blog post we talked about how you can use Intel® QAT with Canonical Ceph, today we’ll cover why this...

[Philip Williams](https://canonical.com/blog/author/philwilliams)

3 February 2025

[### How to utilize CPU offloads to increase storage efficiency](https://canonical.com/blog/how-to-utilize-cpu-offloads-to-increase-storage-efficiency)

Canonical Ceph with IntelⓇ Quick Assist Technology (QAT) When storing large amounts of data, the cost ($) to store each gigabyte (GB) is the typical measure used to gauge the...

[Philip Williams](https://canonical.com/blog/author/philwilliams)

27 January 2025
