-
Notifications
You must be signed in to change notification settings - Fork 31
/
support.html
72 lines (66 loc) · 3.46 KB
/
support.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
stylesheet: index
---
{% include values.inc %}
<div id="holder">
<section class="grid-middle hero">
<div class="col-5_md-12">
<h1>Support</h1>
<p>
The Rook community is here to support you:
<ul>
<li>Ask questions in our community forums in <a href="{{ slackLink }}">Slack</a> or <a href="{{ discussionLink }}">GitHub Discussions</a></li>
<li>To request a feature or report a defect, <a href="{{ newIssueLink }}">open a GitHub Issue</a></li>
<li>To contribute to the project, see the <a href="{{ contributeLink }}">Contribution Guide</a></li>
<li>For commercial support check out the <a href="#support-companies">list of Rook-related support and services companies</a> below.</li>
</ul>
</p>
</div>
<div class="col-7_md-12_md-first">
<img src="{{ "/images/index-what-is-rook.svg" | relative_url }}" />
</div>
</section>
<section class="grid-middle">
<div class="col-12_md-12 text-center">
<h1 id="support-companies">Commercial Support and Services</h1>
</div>
</section>
<!-- Support Providers -->
<div class="providers">
<section class="col-12_md-12">
<h2><a href="{{ clysoLink }}">Clyso</a></h2>
<p>
As a premium partner of Ceph, Clyso provides expert support, integration, development, and consulting services specifically for Rook and Ceph in large enterprise environments. Clyso’s managed services encompass
hybrid cloud solutions utilizing open-source technologies, including Kubernetes, Rook Ceph, and more, ensuring flexibility and eliminating vendor lock-ins.
<br />
Additionally, Clyso offers advanced backup solutions, comprehensive cloud migration support, and digitalization services through microservices.
<br />
Services include:
<ul>
<li>Managed Ceph and Rook service, consulting and support</li>
<li>Ceph Full System Analysis: helps fine tune your Rook and Ceph clusters for optimal performance</li>
<li>Clyso Enterprise Storage powered by Ceph</li>
<li>Emergency Support</li>
</ul>
</p>
</section>
<section class="col-12_md-12">
<h2><a href="{{ redHatLink }}">Red Hat</a></h2>
<p>
Red Hat® OpenShift® Data Foundation is software-defined storage for containers. Red Hat OpenShift Data Foundation helps teams develop and deploy applications with storage quickly and efficiently across clouds.
Red Hat OpenShift Data Foundation is included with Red Hat OpenShift Platform Plus, a complete set of powerful, optimized tools to secure, protect, and manage your apps.
<ul>
<li>Based on Rook, Ceph, and other open source projects</li>
<li>Fully supported Enterprise solution</li>
</ul>
</p>
</section>
</div>
<section class="grid-middle">
<div class="col-12_md-12">
<p>
To add your company to the list of support providers, please open a pull request against the <a href="https://github.com/rook/rook.github.io">rook.github.io repository</a>.
</p>
</div>
</section>
</div>