---
title: CentOS Cloud
title_lead: |
Cloud infrastructure applications built for CentOS Stream.
with_toc: false
status: DRAFT
---
<p><a href="https://sigs.centos.org/cloud/" class="btn btn-primary"><span class="fas fa-book"></span> SIG Documentation</a></p>
## Our Projects
<div class="row">
<div class="col">
<p><b>RDO OpenStack</b></p>
<ul>
<li><a href="https://www.openstack.org/">OpenStack</a> is a suite of open-source software components designed for providing cloud infrastructure services like compute (e.g. VMs, containers), storage and networking in existing data centres</li>
<li>RDO is an OpenStack distribution packaged and tested for CentOS, providing a way to get OpenStack up and running with CentOS at it's base.</li>
<li>With RDO, you can also deploy certain OpenStack Services within an OKD cluster</li>
</ul>
<a href="https://rdoproject.org" class="btn btn-info"><span class="fas fa-globe"></span> rdoproject.org</a>
</div>
<div class="col">
<p><b>OKD Kubernetes</b></p>
<ul>
<li><a href="https://kubernetes.io/">Kubernetes</a> is a collection of software and design patterns to operate applications at scale on top of cloud-like infrastructure.</li>
<li>OKD is a very opinionated deployment of Kubernetes that includes modifications and additions to vanilla Kubernetes to provider a greater feature set out of the box and a more robust default security posture</li>
<li>There is also an upcoming ecosystem of operators, OKDerators, that provide additional features to your cluster such as storage, virtualisation, service meshes and more.</li>
</ul>
<a href="https://okd.io" class="btn btn-info"><span class="fas fa-globe"></span> okd.io</a>
</div>
</div>
## Where to start with RDO
<p>OpenStack/RDO is versatile software that can deploy anywhere from small homelabs or virtual environments through to large physical datacentres. Components can be installed on existing systems. The project provides methods of installing easily for PoC/test purposes and guidance for planning and executing larger and more complex deployments</p>
<p>The RDO project group provide packages for RDO/OpenStack built for CentOS.</p>
### Useful Links
<ul>
<li><a href="https://www.rdoproject.org/deploy/">RDO OpenStack deployment</a></li>
<li><a href="https://www.rdoproject.org/deliverables/repos/">RDO Repositores for CentOS</a></li>
<li><a href="https://www.rdoproject.org/contribute/onboarding/">Contribute to RDO</a></li>
</ul>
## Where to start with OKD
<p>With OKD, the entire machine is managed by the Kubernetes cluster, including the operating system. OKD builds on top of CentOS Stream CoreOS, an immutable version of a CoreOS installation ideal for container workloads and automated management. The installation process involves starting machines with a CentOS Stream CoreOS ignition process to bring them into the cluster</p>
### Useful Links
<ul>
<li><a href="https://okd.io/docs/documentation/">OKD Documentation Hub</a></li>
<li>#openshift-users and #okd-dev on the <a href="https://slack.k8s.io/">Kubernetes Slack</a></li>
<li><a href="https://github.com/okd-project">OKD GitHub Organisation</a></li>
</ul>