{% extends "ceph/base_ceph.html" %} {% block title %}Install Ceph on Ubuntu{% endblock %} {% block meta_description %} A step-by-step installation guide to Ceph on your software defined infrastructure. {% endblock %} {% block meta_copydoc %} https://docs.google.com/document/d/1EmOtHjuEMKhVLQA7GwyrKfCzOKfc8UCEyh-p04-PxzA/edit# {% endblock meta_copydoc %} {% from "_macros/vf_hero.jinja" import vf_hero %} {% block body_class %} is-paper {% endblock body_class %} {% block content %} {% call(slot) vf_hero( title_text="Install Ceph on Ubuntu", layout="50/50", is_split_on_medium=true ) -%} {%- if slot == "description" -%}

Ceph is a storage system designed for excellent performance, reliability, and scalability. However, the installation and management of Ceph can be challenging. The Ceph-on-Ubuntu solution takes the administration minutiae out of the equation through the use of snaps and Juju charms. With either approach, the deployment of a Ceph cluster becomes trivial as does the scaling of the cluster's storage capacity.

Looking for help running Ceph?

{%- endif -%} {%- if slot == "cta" -%} Get in touch {%- endif -%} {%- if slot == "image" -%}
{{ image(url="https://assets.ubuntu.com/v1/b2b015d3-install-ceph-on-ubuntu.png", alt="", width="1800", height="1128", hi_def=True, loading="auto", attrs={"class": "p-image-container__image"}) | safe }}
{%- endif -%} {% endcall -%}

Choose the Ceph installation option for your deployment:

{% include "/ceph/shared/_single-node-deployment.html" %} {% include "/ceph/shared/_multi-node-deployment.html" %} {% include "/ceph/shared/_containerized-deployment.html" %} {% include "/ceph/shared/_large-scale-deployment.html" %}

Need more help with Ceph?

Let our Ceph experts help you take the next step.

{% with title_link="/blog/tag/ceph", tag_id="1780" %} {% include "ceph/shared/_latest-news-ceph.html" %} {% endwith %} {% endblock content %}