From e68cfe97f6d7ef4676d0dcde71a0849f334b38c6 Mon Sep 17 00:00:00 2001 From: Dimple Kuriakose Date: Sat, 28 Oct 2023 13:38:14 +0530 Subject: [PATCH] Include main index file for common content --- index.rst | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 index.rst diff --git a/index.rst b/index.rst new file mode 100644 index 00000000..c8c33e08 --- /dev/null +++ b/index.rst @@ -0,0 +1,87 @@ +.. _home: + +Ubuntu on public cloud +====================================================== + + +**Ubuntu is the world’s most popular cloud operating system across public clouds.** +Thanks to its security, versatility and policy of regular updates, +Ubuntu is the leading cloud guest OS and the only free cloud operating system +with the option of enterprise-grade commercial support. + +**Ubuntu builds optimised and certified server images.** This is done for partners +like Amazon AWS, Microsoft Azure, Google Cloud Platform, IBM Cloud and Oracle. + + +--------- + +Public Cloud Partners +--------------------- + +.. grid:: 1 1 2 2 + + .. grid-item:: :doc:`AWS ` + + **Ubuntu on AWS** Whether you are moving to Amazon Web Services or + are already running cloud-native, Ubuntu is the platform of choice for AWS. + + .. grid-item:: :doc:`Azure ` + + **Ubuntu on Azure** Canonical works closely with Microsoft to optimise Ubuntu + images on Azure and ensure Ubuntu supports the latest cloud features as these are released. + +.. grid:: 1 1 2 2 + :reverse: + + .. grid-item:: :doc:`IBM ` + + **Ubuntu on IBM** Canonical and the Ubuntu community work together with IBM to ensure that + Ubuntu works seamlessly across IBM platforms, including IBM Z and LinuxONE, IBM Power Systems + and the IBM Cloud. + + .. grid-item:: :doc:`Google Cloud ` + + **Ubuntu on Google Cloud** With an optimised Ubuntu GCP kernel built in collaboration + between Google and Canonical to deliver the very best performance on the Google Cloud + hypervisor, Ubuntu is a popular Linux OS on GCP for virtual machine and container workloads. + +--------- + +Why Ubuntu? +----------- + +Ubuntu is the platform of choice for deploying and running workloads on public clouds. No other operating system gives you better performance and consistency of experience across public clouds, including Amazon, Azure, Google, IBM and Oracle. There is a reason behind this exceptional experience. By design, Ubuntu images in public clouds include an optimized Linux kernel for each cloud, giving you the best performance and functionality across all instance types and services. At the same time, Ubuntu integrates with cloud-native tooling, enabling you to manage your fleet from the cloud’s dashboards. + + + + +------------------------------------------------------------------------------------------------ + + + +Project and community +--------------------- + +Ubuntu public cloud is open source project that warmly welcomes community projects, contributions, suggestions, fixes and constructive feedback. + +* `Code of conduct`_ +* `Get support`_ +* `Join our online chat`_ +* `Start using Ubuntu today`_ + + +.. toctree:: + :hidden: + :maxdepth: 2 + + aws/index + azure/index + google/index + ibm/index + oracle/index + oci/index + +.. _Code of conduct: https://ubuntu.com/community/ethos/code-of-conduct +.. _Get support: https://ubuntu.com/cloud/public-cloud +.. _Join our online chat: https://discourse.ubuntu.com +.. _Start using Ubuntu today: https://ubuntu.com/download/cloud \ No newline at end of file