-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add new hardware requirements (#2804)
* add new hardware req * edit architecture page * minor edits --------- Co-authored-by: Lenny Chen <[email protected]>
- Loading branch information
Showing
2 changed files
with
58 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
sidebar_label: "Hardware Requirements" | ||
title: "Hardware Requirements" | ||
description: "Learn about the hardware requirements for Palette Edge hosts." | ||
hide_table_of_contents: false | ||
sidebar_position: 0 | ||
tags: ["edge", "architecture"] | ||
--- | ||
|
||
An Edge host must meet the minimum hardware requirements to be deployed successfully. Certain features such as Virtual | ||
Machine Operator (VMO) also require additional hardware capabilities. This page provides general guidance on the minimum | ||
hardware requirements for your Edge hosts. | ||
|
||
:::info | ||
|
||
Due to variations in hardware and firmware capabilities, in addition to different workloads required by each user, you | ||
should always verify and evaluate specific devices with Palette Edge as part of solution design. To learn more, contact | ||
Spectro Cloud sales at [email protected]. | ||
|
||
::: | ||
|
||
## Minimum Requirements | ||
|
||
All Edge hosts must meet the following minimum hardware requirements. | ||
|
||
### AMD64 Architecture Devices | ||
|
||
| Component | Requirement | | ||
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| CPU | - Intel: i3, i5, i7, i9, Xeon series <br /> - AMD: Ryzen 3, 5, 7, 9, and Epyc series | | ||
| CPU Core | Minimum two cores. | | ||
| Memory | Minimum 8 GB. | | ||
| Storage | Main drive requires a minimum of 100 GB storage to accommodate the Operating System (OS), Kubernetes, and workloads. The main drive must be an SSD drive. | | ||
|
||
### ARM64 Architecture Devices | ||
|
||
ARM64 support is only verified for the Nvidia Jetson Orin device family. | ||
|
||
## Virtual Machine Operator (VMO) | ||
|
||
To operate VMO on edge clusters, the CPUs of the constituent Edge hosts must have the following virtualization | ||
technologies. | ||
|
||
- Intel: Intel Virtualization Technology for x86 (VT-d) or Intel Virtualization Technology for Directed I/O (VT-x) | ||
- AMD: AMD Virtualization (AMD-V) | ||
|
||
For more information, refer to [Virtual Machine Orchestrator](../../vm-management/vm-management.md). |