Skip to main content
Version: v2.0-v2.4

Installation Requirements

This page describes the software, hardware, and networking requirements for the nodes where the Rancher server will be installed. The Rancher server can be installed on a single node or a high-availability Kubernetes cluster.

It is important to note that if you install Rancher on a Kubernetes cluster, requirements are different from the node requirements for downstream user clusters, which will run your apps and services.

Make sure the node(s) for the Rancher server fulfill the following requirements:

For a list of best practices that we recommend for running the Rancher server in production, refer to the best practices section.

The Rancher UI works best in Firefox or Chrome.

Operating Systems and Container Runtime Requirements

Rancher should work with any modern Linux distribution.

For details on which OS, Docker, and Kubernetes versions were tested with each Rancher version, refer to the support maintenance terms.

All supported operating systems are 64-bit x86.

The ntp (Network Time Protocol) package should be installed. This prevents errors with certificate validation that can occur when the time is not synchronized between the client and server.

Some distributions of Linux may have default firewall rules that block communication with Helm. We recommend disabling firewalld. For Kubernetes 1.19, firewalld must be turned off.

If you plan to run Rancher on ARM64, see Running on ARM64 (Experimental).

RKE Specific Requirements

For the container runtime, RKE should work with any modern Docker version.

K3s Specific Requirements

For the container runtime, K3s should work with any modern version of Docker or containerd.

Rancher needs to be installed on a supported Kubernetes version. To find out which versions of Kubernetes are supported for your Rancher version, refer to the support maintenance terms. To specify the K3s version, use the INSTALL_K3S_VERSION environment variable when running the K3s installation script.

If you are installing Rancher on a K3s cluster with Raspbian Buster, follow these steps to switch to legacy iptables.

If you are installing Rancher on a K3s cluster with Alpine Linux, follow these steps for additional setup.

Installing Docker

Docker is required for Helm chart installs, and it can be installed by following the steps in the official Docker documentation. Rancher also provides scripts to install Docker with one command.

Hardware Requirements

This section describes the CPU, memory, and disk requirements for the nodes where the Rancher server is installed.

CPU and Memory

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.

These requirements apply to each host in an RKE Kubernetes cluster where the Rancher server is installed.

Performance increased in Rancher v2.4.0. For the requirements of Rancher before v2.4.0, refer to this section.

Deployment SizeClustersNodesvCPUsRAM
SmallUp to 150Up to 150028 GB
MediumUp to 300Up to 3000416 GB
LargeUp to 500Up to 5000832 GB
X-LargeUp to 1000Up to 10,0001664 GB
XX-LargeUp to 2000Up to 20,00032128 GB

Every use case and environment is different. Please contact Rancher to review yours.

CPU and Memory for Rancher before v2.4.0

Click to expand

These requirements apply to installing Rancher on an RKE Kubernetes cluster before Rancher v2.4.0:

Deployment SizeClustersNodesvCPUsRAM
SmallUp to 5Up to 5028 GB
MediumUp to 15Up to 200416 GB
LargeUp to 50Up to 500832 GB
X-LargeUp to 100Up to 100032128 GB
XX-Large100+1000+Contact RancherContact Rancher

Disks

Rancher performance depends on etcd in the cluster performance. To ensure optimal speed, we recommend always using SSD disks to back your Rancher management Kubernetes cluster. On cloud providers, you will also want to use the minimum size that allows the maximum IOPS. In larger clusters, consider using dedicated storage devices for etcd data and wal directories.

Networking Requirements

This section describes the networking requirements for the node(s) where the Rancher server is installed.

Node IP Addresses

Each node used should have a static IP configured, regardless of whether you are installing Rancher on a single node or on an HA cluster. In case of DHCP, each node should have a DHCP reservation to make sure the node gets the same IP allocated.

Port Requirements

To operate properly, Rancher requires a number of ports to be open on Rancher nodes and on downstream Kubernetes cluster nodes. Port Requirements lists all the necessary ports for Rancher and Downstream Clusters for the different cluster types.