Added integrations page with a tile layout and CSS fine tuning

Signed-off-by: Gunasekhar Matamalam <gunasekhar.matamalam@suse.com>
This commit is contained in:
Gunasekhar Matamalam
2023-10-18 16:04:44 -07:00
committed by Billy Tat
parent 857ae861c9
commit ad56120209
10 changed files with 437 additions and 31 deletions
@@ -2,6 +2,8 @@
title: Rancher Prime
---
Rancher v2.7 introduces Rancher Prime, an evolution of the Rancher enterprise offering. Rancher Prime is a new edition of the commercial, enterprise offering built on the the same source code. Rancher’s product will therefore continue to be 100% open source with additional value coming in from security assurances, extended lifecycles, access to focused architectures and Kubernetes advisories. Rancher Prime will also offer options to get production support for innovative Rancher projects. With Rancher Prime, installation assets are hosted on a trusted registry owned and managed by Rancher.
Prime is the Rancher ecosystem’s enterprise offering, with additional security, extended lifecycles, and access to Prime-exclusive documentation. Rancher Prime installation assets are hosted on a trusted SUSE registry, owned and managed by Rancher. The trusted Prime registry includes only stable releases that have been community-tested.
To get started with Rancher Prime, [go to this page](https://www.rancher.com/quick-start) and fill out the form.
Prime also offers options for production support, as well as add-ons to your subscription that tailor to your commercial needs.
To learn more and get started with Rancher Prime, please visit [this page](https://www.rancher.com/quick-start).
@@ -0,0 +1,62 @@
---
title: Integrations in Rancher
---
import {Card, CardSection} from '@site/src/components/CardComponents';
import {
ReadingModeMobileRegular,
QuestionRegular,
ArrowUpRegular,
PlayRegular,
FlowchartRegular,
RocketRegular
} from '@fluentui/react-icons';
import { FaAws, FaGoogle, FaCloud, FaServer, faGear } from "react-icons/fa6";
import HarvesterIcon from '@site/static/img/harvester_logo_horizontal.svg';
Prime is the Rancher ecosystem’s enterprise offering, with additional security, extended lifecycles, and access to Prime-exclusive documentation. Rancher Prime installation assets are hosted on a trusted SUSE registry, owned and managed by Rancher. The trusted Prime registry includes only stable releases that have been community-tested.
Prime also offers options for production support, as well as add-ons to your subscription that tailor to your commercial needs.
To learn more and get started with Rancher Prime, please visit [this page](https://www.rancher.com/quick-start).
<CardSection
id="Gettingstarted"
icon={<RocketRegular />}
>
<Card
title="Virtualization on Kubernetes with Harvester"
to="/integrations-in-rancher/harvester"
/>
<Card
title="Cloud Native Storage with Longhorn"
to="/integrations-in-rancher/longhorn"
/>
<Card
title="Container Security with NeuVector"
to="/integrations-in-rancher/neuvector"
/>
<Card
title="Advanced Policy Management with Kubewarden"
to="/integrations-in-rancher/kubewarden"
/>
<Card
title="Operating System Management with Elemental"
to="/integrations-in-rancher/elemental"
/>
<Card
title="Observability with Opni"
to="/integrations-in-rancher/opni"
/>
<Card
title="Continuous Delivery with Fleet"
to="/integrations-in-rancher/fleet"
/>
<Card
title="Kubernetes on the Desktop"
to="/integrations-in-rancher/rancher-desktop"
/>
<Card
title="Application Development Engine with Epinio"
to="/integrations-in-rancher/epinio"
/>
</CardSection>