mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-15 09:33:30 +00:00
Update sizing guide for 2.4
This commit is contained in:
committed by
Catherine Luse
parent
c12f9d90eb
commit
7575bfeb77
@@ -59,24 +59,38 @@ This section describes the CPU, memory, and disk requirements for the nodes wher
|
||||
Hardware requirements scale based on the size of your Rancher deployment. Provision each individual node according to the requirements. The requirements are different depending on if you are installing Rancher in a single container with Docker, or if you are installing Rancher on a Kubernetes cluster.
|
||||
|
||||
{{% tabs %}}
|
||||
{{% tab "Kubernetes Install Requirements" %}}
|
||||
{{% tab "RKE Install Requirements" %}}
|
||||
|
||||
These requirements apply to [installing Rancher on a Kubernetes cluster.]({{<baseurl>}}/rancher/v2.x/en/installation/k8s-install/)
|
||||
|
||||
| Deployment Size | Clusters | Nodes | vCPUs | RAM |
|
||||
| --------------- | --------- | ---------- | ----------------------------------------------- | ----------------------------------------------- |
|
||||
| Small | Up to 5 | Up to 50 | 2 | 8 GB |
|
||||
| Medium | Up to 15 | Up to 200 | 4 | 16 GB |
|
||||
| Large | Up to 50 | Up to 500 | 8 | 32 GB |
|
||||
| X-Large | Up to 100 | Up to 1000 | 32 | 128 GB |
|
||||
| XX-Large | 100+ | 1000+ | [Contact Rancher](https://rancher.com/contact/) | [Contact Rancher](https://rancher.com/contact/) |
|
||||
| Deployment Size | Clusters | Nodes | vCPUs | RAM |
|
||||
| --------------- | --------- | ---------- | -------| ------- |
|
||||
| Small | Up to 150 | Up to 1500 | 2 | 8 GB |
|
||||
| Medium | Up to 300 | Up to 3000 | 4 | 16 GB |
|
||||
| Large | Up to 500 | Up to 5000 | 8 | 32 GB |
|
||||
| X-Large | Up to 1000 | Up to 10000 | 16 | 64 GB |
|
||||
| XX-Large | Up to 2000 | Up to 20000 | 32 | 128GB |
|
||||
|
||||
[Contact Rancher](https://rancher.com/contact/) for more than 2000 clusters and/or 20000 nodes.
|
||||
{{% /tab %}}
|
||||
|
||||
{{% tab "K3s Install Requirements" %}}
|
||||
|
||||
These requirements apply to [installing Rancher on a K3s Kubernetes cluster.]({{<baseurl>}}/rancher/v2.x/en/installation/k8s-install/)
|
||||
|
||||
| Deployment Size | Clusters | Nodes | vCPUs | RAM | Database Size |
|
||||
| --------------- | ---------- | ------------ | -------| ---------| ------------ |
|
||||
| Small | Up to 150 | Up to 1500 | 2 | 8 GB | 2 cores 4GB + 1000 IOPS |
|
||||
| Medium | Up to 300 | Up to 3000 | 4 | 16 GB | 2 cores 4GB + 1000 IOPS |
|
||||
| Large | Up to 500 | Up to 5000 | 8 | 32 GB | 2 cores 4GB + 1000 IOPS |
|
||||
| X-Large | Up to 1000 | Up to 10000 | 16 | 64 GB | 2 cores 4GB + 1000 IOPS |
|
||||
| XX-Large | Up to 2000 | Up to 20000 | 32 | 128GB | 2 cores 4GB + 1000 IOPS |
|
||||
|
||||
[Contact Rancher](https://rancher.com/contact/) for more than 2000 clusters and/or 20000 nodes.
|
||||
|
||||
{{% /tab %}}
|
||||
<<<<<<< HEAD
|
||||
{{% tab "Node in Docker Install" %}}
|
||||
=======
|
||||
|
||||
{{% tab "Docker Install Requirements" %}}
|
||||
>>>>>>> Explain K3s Rancher install
|
||||
|
||||
These requirements apply to [single node]({{<baseurl>}}/rancher/v2.x/en/installation/other-installation-methods/single-node-docker) installations of Rancher.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user