-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1448 from G-Core/PIN-700-document-bm-types
add article with BM types
- Loading branch information
Showing
3 changed files
with
147 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
145 changes: 145 additions & 0 deletions
145
documentation/cloud/bare-metal-servers/types-of-bare-metal-servers.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
--- | ||
title: types-of-bare-metal-servers | ||
displayName: Types of Bare Metal servers | ||
order: 20 | ||
published: true | ||
toc: | ||
--1--High-frequency: "high-frequency" | ||
--1--Infrastructure: "infrastructure" | ||
--1--Basic: "basic" | ||
pageTitle: Types of Bare Metal servers | Gcore | ||
pageDescription: Discover the available types of Gcore Bare Metal servers, their technical specifications, and use cases. | ||
--- | ||
# Types of Bare Metal servers | ||
|
||
We offer various types of Bare Metal servers optimized for specific use cases and workload demands: | ||
|
||
* **High-frequency**: Optimized for high processing speeds with single-core performance. Ideal for workloads requiring fast, high-frequency computing power, such as real-time analytics, low-latency applications or gaming servers. | ||
|
||
* **Infrastructure**: Multi-core servers with multiple CPU sockets designed to handle applications demanding a high number of cores. Perfect for enterprise workloads, large databases, and virtualized environments. | ||
|
||
* **Basic**: Core servers designed for lightweight applications, development environments, or micro-containers. This is a cost-effective solution for general-purpose workloads. | ||
|
||
Check out the following sections for a detailed overview of these Bare Metal server types and the relevant use cases. | ||
|
||
## High frequency | ||
|
||
Bare Metal servers equipped with high-frequency CPUs are suitable for applications that are demanding in processor frequency. | ||
|
||
### Use cases | ||
|
||
Multiplayer gaming, CAD applications, media processing, and rendering tasks. | ||
|
||
<table> | ||
<tbody> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>CPU</th> | ||
<th>CPU cores/thread</th> | ||
<th>RAM, Gb</th> | ||
<th>Disk type, Gb</th> | ||
</tr> | ||
</thead> | ||
<tr> | ||
<td>1x Intel Xeon E-2388G, 64GB, 2x480 NVMe, 2x1Gbit NIC</td> | ||
<td>Intel Xeon E-2388G</td> | ||
<td>8/16 3.2 GHz</td> | ||
<td>64</td> | ||
<td>2x480 NVMe</td> | ||
</tr> | ||
<tr> | ||
<td>1x Intel Xeon E-2388G, 64GB, 2x480 SSD, 2x1Gbit NIC</td> | ||
<td>Intel Xeon E-2388G</td> | ||
<td>8/16 3.2 GHz</td> | ||
<td>64</td> | ||
<td>2x480 SSD</td> | ||
</tr> | ||
<tr> | ||
<td>1xRyzen 5950x, 128GB RAM, 2x500GB SSD, 2x1Gbit NIC</td> | ||
<td>Ryzen 5950x</td> | ||
<td>16/32 3.2 GHz</td> | ||
<td>128</td> | ||
<td>2x480 SSD</td> | ||
</tr> | ||
<tr> | ||
<td>CE-2288G, 64GB RAM, 2x480GB SSD, 2x1Gbit NIC</td> | ||
<td>Intel Xeon E-2288G</td> | ||
<td>8/16 3.7 GHz</td> | ||
<td>64</td> | ||
<td>2x480 SSD</td> | ||
</tr> | ||
<tr> | ||
<td>1x Intel Xeon E-2388G, 32GB, 1x500 SSD, 2x1Gbit NIC</td> | ||
<td>Intel Xeon E-2388G</td> | ||
<td>8/16 3.2 GHz</td> | ||
<td>32</td> | ||
<td>1x480 SSD</td> | ||
</tr> | ||
</body> | ||
</table> | ||
|
||
## Infrastructure | ||
|
||
These Bare Metal servers are ideal for running large-scale databases, virtualization platforms, and enterprise applications that demand high multi-core performance and extensive multi-threading. | ||
|
||
### Use cases | ||
|
||
Large-scale databases, virtualization, big data processing, container orchestration, and high-performance microservices. | ||
|
||
<table> | ||
<tbody> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>CPU</th> | ||
<th>CPU cores/thread</th> | ||
<th>RAM, Gb</th> | ||
<th>Disk type, Gb</th> | ||
</tr> | ||
</thead> | ||
<tr> | ||
<td>2xSilver 4214R, 128GB RAM, 2x960GB SSD, 2x1Gbit NIC</td> | ||
<td>2xSilver 4214R</td> | ||
<td>24/48 2.4 GHz</td> | ||
<td>128</td> | ||
<td>2x960 SSD</td> | ||
</tr> | ||
<tr> | ||
<td>2xSilver 4314, 128GB, 2x960 SSD, 2x10Gbit NIC</td> | ||
<td>2xSilver 4314</td> | ||
<td>32/64 2.4 GHz</td> | ||
<td>128</td> | ||
<td>2x960 SSD</td> | ||
</tr> | ||
</body> | ||
</table> | ||
|
||
## Basic | ||
|
||
Servers optimized for lightweight tasks. A cost-efficient option for businesses that don't require high-end computing power. Suitable for applications that benefit from stable, predictable performance without the need for complex multi-threading. | ||
|
||
### Use cases | ||
|
||
Hosting of small websites and static content, file storage, backup servers, development and testing environments. | ||
|
||
<table> | ||
<tbody> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>CPU</th> | ||
<th>CPU cores/thread</th> | ||
<th>RAM, Gb</th> | ||
<th>Disk type, Gb</th> | ||
</tr> | ||
</thead> | ||
<tr> | ||
<td>Intel Xeon E-2236, 64GB, 2x480 SSD, 2x1Gbit NIC</td> | ||
<td>Intel Xeon E-2236</td> | ||
<td>6/12 3.4 GHz</td> | ||
<td>64</td> | ||
<td>2x480 SSD</td> | ||
</tr> | ||
</body> | ||
</table> |