Skip to content

Commit

Permalink
Report for Reference Setup, Performance, Scalability, and Sizing Guid…
Browse files Browse the repository at this point in the history
…elines

longhorn-2598

Signed-off-by: Phan Le <phan.le@suse.com>
  • Loading branch information
PhanLe1010 committed Feb 9, 2024
1 parent e64e70d commit 60e0b80
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Reference Setup, Performance, Scalability, and Sizing Guidelines

In this document, we present the reference setup, performance, scalability, and sizing guidelines when using the Longhorn storage system.
In practice, users deploy Longhorn in a vast array of different cluster specifications, making it impossible for us to test all potential setups.
Therefore, we will select and test some typical environments for users' reference.
By providing these references, users can gain insight into how Longhorn would perform in a similar cluster specification.

## Public Cloud
1. [Medium Node Spec](./public-cloud/medium-node-spec.md)
1. [Big Node Spec](./public-cloud/big-node-spec.md)

## On-Prem
1. [Medium Node Spec](./on-prem/medium-node-spec.md)
1. [Big Node Spec](./on-prem/big-node-spec.md)
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Public Cloud - Medium Node Spec - Reference Setup, Performance, Scalability, and Sizing Guidelines

### 1. Cluster Spec:
OS: Ubuntu 18.04 LTS
Kubernetes Version: RKE2 v1.21.5+rke2r1
Root filesystem default set to 20GB
Hardware/Instance spec.:
EC2 instance type: ec2 m5.2xlarge
8vCPUs, 32GB RAM
Network bandwidth: up to 10 Gbits/sec
Network latency: ~0.3ms RTT via ping command
1TB block storage on each node.
EC2 EBS gp3 with IOPS set to 6000 and throughput set to 250MiB/s

### Case 1 3-node cluster

0 comments on commit 60e0b80

Please sign in to comment.