Rancher Server Setup
Work in progress
Introduction
Rancher is used to managing multiple clusters. Being a critical component of cluster administration it is highly recommended that Rancher itself runs on a Kubernetes cluster with sufficient replication for high availability and avoiding a single point of failure.
Kubernetes cluster setup
Set up a new RKE2 cluster. Refer to the K8s Cluster Setup guide.
Do not remove the stock ingress controller in the server config.
No need to install Istio.
It is recommended to set up a double-node cluster for high availability. However, for the non-production environments, you may create a single node cluster to conserve resources
Rancher installation
To install Rancher use this (hostname to be edited in the below command):
Configure/Create TLS secret accordingly.
Longhorn Setup
Install Longhorn as a Rancher App.
Keycloak setup
From infra folder, run the following to install Keycloak (hostname to be edited in the below command).
Integrate Rancher and Keycloak
Integrate Rancher and Keycloak using Rancher Auth - Keycloak (SAML) guide.
Last updated