UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Currently supported Big Bang Version is 2.51
Show more breadcrumbs
Big Bang
bigbang
Commits
8f6ea812
Commit
8f6ea812
authored
3 years ago
by
evan.rush
Browse files
Options
Downloads
Patches
Plain Diff
Storage docs fix
#416
parent
69437e83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!471
Storage docs fix #416
,
!464
Docs reorg
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/k8s-storage/README.md
+43
-27
43 additions, 27 deletions
docs/k8s-storage/README.md
with
43 additions
and
27 deletions
docs/k8s-storage/README.md
+
43
−
27
View file @
8f6ea812
...
...
@@ -4,14 +4,14 @@ Use this data to assist in your CSI decision. However, when using a cloud provid
## Feature Matrix
| Product | BB Compatible |
FOSS
| In Ironbank | RWX/RWM Support | Airgap Compatible | Cloud Agnostic |
| Product | BB Compatible |
License Type
| In Ironbank | RWX/RWM Support | Airgap Compatible | Cloud Agnostic |
| --------- | --------- | --------- | --------- | --------- | --------- | --------- |
Amazon EBS CSI |
**X**
|
N/A
| |
**X**
| AWS Dependent | No |
Azure Disk CSI | Not Tested |
N/A
| |
**X**
| Azure Dependent | No |
Longhorn v1.1.0 |
**X**
|
**X**
| |
**X**
|
**X**
-
[
Docs
](
https://longhorn.io/docs/1.1.0/advanced-resources/deploy/airgap/
)
| Yes, uses host storage |
OpenEBS (jiva) |
**X**
|
**X**
| |
**X**
**[Alpha](https://docs.openebs.io/docs/next/rwm.html)**
| Manual Work Required | Yes, uses host storage |
Rook-Ceph |
**X**
|
**X**
| |
**X**
| Manual Work Required | Yes, uses host storage |
Portworx |
**X**
|
| |
**X**
|
**X**
-
[
Docs
](
https://docs.portworx.com/portworx-install-with-kubernetes/operate-and-maintain-on-kubernetes/pxcentral-onprem/install/px-central/
)
| Yes, uses host storage |
Amazon EBS CSI |
**X**
|
Apache License 2.0
| |
**X**
| AWS Dependent | No |
Azure Disk CSI | Not Tested |
Apache License 2.0
| |
**X**
| Azure Dependent | No |
Longhorn v1.1.0 |
**X**
|
Apache License 2.0
| |
**X**
|
**X**
-
[
Docs
](
https://longhorn.io/docs/1.1.0/advanced-resources/deploy/airgap/
)
| Yes, uses host storage |
OpenEBS (jiva) |
**X**
|
Apache License 2.0
| |
**X**
**[Alpha](https://docs.openebs.io/docs/next/rwm.html)**
| Manual Work Required | Yes, uses host storage |
Rook-Ceph |
**X**
|
Rook - Apache License 2.0. Ceph - dual licensed under the LGPL version 2.1 or 3.0
| |
**X**
| Manual Work Required | Yes, uses host storage |
Portworx |
**X**
|
Tiered License -
[
See website
](
https://docs.portworx.com/reference/knowledge-base/px-licensing/
)
| |
**X**
|
**X**
-
[
Docs
](
https://docs.portworx.com/portworx-install-with-kubernetes/operate-and-maintain-on-kubernetes/pxcentral-onprem/install/px-central/
)
| Yes, uses host storage |
## Benchmark Results
...
...
@@ -30,39 +30,42 @@ Portworx 2.6 | 3016/19.3k. BW: 74.5MiB/s / 85.1MiB/s | 1337.31 | 113MiB/s / 12
[
Website/Docs
](
https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html
)
###
REQUIREMENTS
**
REQUIREMENTS
**
-
Must be using AWS
###
Notes
**
Notes
**
-
Super easy use, apply CSI and you done!
-
Apache License 2.0
-
Very easy to install and use, apply CSI spec and you are ready.
## Azure Disk CSI
[
Website/Docs
](
https://docs.microsoft.com/en-us/azure/aks/azure-disk-csi
)
###
REQUIREMENTS
**
REQUIREMENTS
**
-
Must be using Azure
###
Notes
**
Notes
**
-
Super easy use, apply CSI and you done!
-
Apache License 2.0
-
Very easy to install and use, apply CSI spec and you are ready.
## Longhorn
[
Website/Docs
](
https://longhorn.io/
)
###
REQUIREMENTS
**
REQUIREMENTS
**
-
RWX requires
`nfs-common`
to be installed on the nodes.
[
Longhorn RWX Docs
](
https://longhorn.io/docs/1.1.0/advanced-resources/rwx-workloads/
)
###
Notes
**
Notes
**
-
100% open source
-
Apache License 2.0
-
Easiest to install
-
Documented airgap install process
-
Built-in backup tool.
-
Documented airgap install process.
[
Docs
](
https://longhorn.io/docs/1.1.0/advanced-resources/deploy/airgap/
)
-
GUI provides data and observability; replica status, cluster health status, backup status, and backup initiation/recovery.
-
Native backup to S3 or NFS
...
...
@@ -70,35 +73,48 @@ Portworx 2.6 | 3016/19.3k. BW: 74.5MiB/s / 85.1MiB/s | 1337.31 | 113MiB/s / 12
[
Website/Docs
](
https://openebs.io/
)
###
REQUIREMENTS
**
REQUIREMENTS
**
-
Blank
,
un-partitioned attached disk(s)
-
Blank
and
un-partitioned attached disk(s)
-
RWX is in Alpha and requires work.
[
OpenEBS RWX Docs
](
https://docs.openebs.io/docs/next/rwm.html
)
### Notes
**Notes**
-
Very flexible, supports multiple storage designs.
Application requirements | Storage Type | OpenEBS Volumes
| --------- | --------- | --------- |
Low Latency, High Availability, Synchronous replication, Snapshots, Clones, Thin provisioning | SSDs/Cloud Volumes | OpenEBS Mayastor
High Availability, Synchronous replication, Snapshots, Clones, Thin provisioning | Disks/SSDs/Cloud Volumes | OpenEBS cStor
High Availability, Synchronous replication, Thin provisioning | hostpath or external mounted storage | OpenEBS Jiva
Low latency, Local PV | hostpath or external mounted storage | Dynamic Local PV - Hostpath
Low latency, Local PV | Disks/SSDs/Cloud Volumes | Dynamic Local PV - Device
Low latency, Local PV, Snapshots, Clones | Disks/SSDs/Cloud Volumes | OpenEBS Dynamic Local PV - ZFS
## Rook-Ceph
[
Website/Docs
](
https://rook.io/
)
###
REQUIREMENTS
**
REQUIREMENTS
**
-
Blank
,
un-partitioned attached disk(s)
-
Blank
and
un-partitioned attached disk(s)
###
Notes
**
Notes
**
-
100% open source
-
Rook - Apache License 2.0.
-
Ceph - dual licensed under the LGPL version 2.1 or 3.0
-
Very Fast
## Portworx
[
Website/Docs
](
https://docs.portworx.com/portworx-install-with-kubernetes/
)
###
REQUIREMENTS
**
REQUIREMENTS
**
-
Blank
,
un-partitioned attached disk(s)
-
Blank
and
un-partitioned attached disk(s)
###
Notes
**
Notes
**
-
Portworx Essentials is free
**up to**
5nodes, 5TB Storage, 500 volumes
-
Portworx Enterprise and PX-Backup require paid licenses
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment