1
0
mirror of https://github.com/minio/docs.git synced 2025-05-06 15:39:22 +03:00
docs/source/includes/common/common-checklist.rst
Ravind Kumar e30a2ac1bc
Addressing hardware checklist critical feedback (#1080)
We're getting a lot of repeated requests during
inbounds on sizing VMs specifically.

Our baremetal and K8s checklists are slightly generic to this and imply
a baseline that may be uncommon within a virtualized context

This attempts to bring together a slightly wider band while emphasizing
that our high-watermark is intended for high performance, while the low
watermark is a bare minimum.


---------

Co-authored-by: Andrea Longo <feorlen@users.noreply.github.com>
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
2023-12-08 16:01:42 -05:00

82 lines
2.2 KiB
ReStructuredText

.. start-linux-hardware-checklist
.. list-table::
:header-rows: 1
:widths: 5 45 25 25
:width: 100%
* -
- Description
- Minimum
- Recommended
* - :octicon:`circle`
- Dedicated Baremetal or Virtual Hosts ("hosts").
- 4 dedicated hosts
- 8+ dedicated hosts
* - :octicon:`circle`
- :ref:`Dedicated locally-attached drives for each host <minio-hardware-checklist-storage>`.
- 4 drives per MinIO Server
- 8+ drives per MinIO Server
* - :octicon:`circle`
- :ref:`High speed network infrastructure <minio-hardware-checklist-network>`.
- 25GbE
- 100GbE
* - :octicon:`circle`
- Server-grade CPUs with support for modern SIMD instructions (AVX-512), such as Intel® Xeon® Scalable or better.
- 8 CPU/socket or vCPU per host
- 16+ CPU/socket or vCPU per host
* - :octicon:`circle`
- :ref:`Available memory to meet or exceed per-server usage <minio-hardware-checklist-memory>` by a reasonable buffer.
- 32GB of available memory per host
- 128GB+ of available memory per host
.. end-linux-hardware-checklist
.. start-k8s-hardware-checklist
.. list-table::
:header-rows: 1
:widths: 5 55 20 20
:width: 100%
* -
- Description
- Minimum
- Recommended
* - :octicon:`circle`
- Kubernetes worker nodes to exclusively service the MinIO Tenant.
- 4 workers per Tenant
- 8+ workers per Tenant
* - :octicon:`circle`
- :ref:`Dedicated Persistent Volumes for the MinIO Tenant <minio-hardware-checklist-storage>`.
- 4 PV per MinIO Server pod
- 8+ PV per MinIO Server pod
* - :octicon:`circle`
- :ref:`High speed network infrastructure <minio-hardware-checklist-network>`.
- 25GbE
- 100GbE
* - :octicon:`circle`
- Server-grade CPUs with support for modern SIMD instructions (AVX-512), such as Intel® Xeon® Scalable or better.
- 4 vCPU per MinIO Pod
- 8+ vCPU per MinIO Pod
* - :octicon:`circle`
- :ref:`Available memory to meet or exceed per-server usage <minio-hardware-checklist-memory>` by a reasonable buffer.
- 32GB of available memory per worker node
- 128GB+ of available memory per worker node
.. end-k8s-hardware-checklist