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.

Docker is required for nodes that will run RKE Kubernetes clusters. It is not required for RancherD or RKE2 Kubernetes installs.

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.

For details on which OS and Docker versions were tested with each Rancher version, refer to the

All supported operating systems are 64-bit x86.

The (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).

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 Alpine Linux, follow for additional setup.

RancherD Specific Requirements

The RancherD install is available as of v2.5.4. It is an experimental feature.

At this time, only Linux OSes that leverage systemd are supported.

To install RancherD on SELinux Enforcing CentOS 8 or RHEL 8 nodes, some are required.

Docker is not required for RancherD installs.

RKE2 Specific Requirements

The RKE2 install is available as of v2.5.6.

For details on which OS versions were tested with RKE2, refer to the

Docker is not required for RKE2 installs.

The Ingress should be deployed as DaemonSet to ensure your load balancer can successfully route traffic to all nodes. Currently, RKE2 deploys nginx-ingress as a deployment by default, so you will need to deploy it as a DaemonSet by following these steps.

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

Docker is not required for RancherD installs.

Hardware Requirements

The following sections describe 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.

RKE and Hosted Kubernetes

These CPU and memory requirements apply to each host in the Kubernetes cluster where the Rancher server is installed.

These requirements apply to RKE Kubernetes clusters, as well as to hosted Kubernetes clusters such as EKS.

K3s Kubernetes

These CPU and memory requirements apply to each host in a

Contact Rancher for more than 2000 clusters and/or 20,000 nodes.

RancherD

RancherD is available as of v2.5.4. It is an experimental feature.

These CPU and memory requirements apply to each instance with RancherD installed. Minimum recommendations are outlined here.

These CPU and memory requirements apply to each instance with RKE2 installed. Minimum recommendations are outlined here.

Docker

These CPU and memory requirements apply to a host with a installation of Rancher.

Ingress

Each node in the Kubernetes cluster that Rancher is installed on should run an Ingress.

The Ingress should be deployed as DaemonSet to ensure your load balancer can successfully route traffic to all nodes.

For RKE, K3s and RancherD installations, you don’t have to install the Ingress manually because is is installed by default.

For hosted Kubernetes clusters (EKS, GKE, AKS) and RKE2 Kubernetes installations, you will need to set up the ingress.

Ingress for RKE2

Currently, RKE2 deploys nginx-ingress as a deployment by default, so you will need to deploy it as a DaemonSet by following these steps.

Ingress for EKS

For an example of how to deploy an nginx-ingress-controller with a LoadBalancer service, refer to this section.

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.

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

RancherD on SELinux Enforcing CentOS 8 or RHEL 8 Nodes

Before installing Rancher on SELinux Enforcing CentOS 8 nodes or RHEL 8 nodes, you must install and :